Revert "Добавляем метод в класс-коллекцию"
This reverts commit 63b089ed03
.
This commit is contained in:
parent
63b089ed03
commit
11d3f27aa5
@ -38,10 +38,6 @@ namespace Sailboat.Generics
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly SetGeneric<T> _collection;
|
private readonly SetGeneric<T> _collection;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Получение объектов коллекции
|
|
||||||
/// </summary>
|
|
||||||
public IEnumerable<T?> GetBoats => _collection.GetBoats();
|
|
||||||
/// <summary>
|
|
||||||
/// Конструктор
|
/// Конструктор
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="picWidth"></param>
|
/// <param name="picWidth"></param>
|
||||||
|
Loading…
Reference in New Issue
Block a user