StorageHelperRemoveEmptyItemsT(ICollectionT) - метод
Удаляет пустые элементы типа IEnumerable из заданной коллекции.
Пространство имён: Tessa.Platform.StorageСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static bool RemoveEmptyItems<T>(
ICollection<T> collection
)
where T : class
Public Shared Function RemoveEmptyItems(Of T As Class) (
collection As ICollection(Of T)
) As Boolean
public:
generic<typename T>
where T : ref class
static bool RemoveEmptyItems(
ICollection<T>^ collection
)
static member RemoveEmptyItems :
collection : ICollection<'T> -> bool when 'T : not struct
- collection ICollectionT
-
Коллекция, из которой необходимо удалить элементы IEnumerable, являющиеся пустыми.
- T
- Ссылочный тип элементов заданной коллекции.
Booleantrue, если из коллекции был удалён хотя бы один элемент;
false в противном случае.
Хэлпер удобно использовать в методах
Clean.