Добавляем метод в класс-коллекцию

This commit is contained in:
Софья Якобчук 2023-12-12 05:55:48 +04:00
parent 3f999ba21f
commit 63b089ed03

View File

@ -38,6 +38,10 @@ namespace Sailboat.Generics
/// </summary>
private readonly SetGeneric<T> _collection;
/// <summary>
/// Получение объектов коллекции
/// </summary>
public IEnumerable<T?> GetBoats => _collection.GetBoats();
/// <summary>
/// Конструктор
/// </summary>
/// <param name="picWidth"></param>