- T
- Any type.
CollectionUtilities.Find(IEnumerable,Predicate) - метод Смотри также Terrasoft.Common - пространство имен > CollectionUtilities - класс > Find - метод : Find(IEnumerable,Predicate) - метод C#
- source
- Searched element.
- match
- Search criteria.
Glossary Item Box
[Extension()] public static T Find<T>( IEnumerable<T> source, Predicate<T> match )
Параметры
- source
- Searched element.
- match
- Search criteria.
Типы обобщений
- T
- Any type.
Тип возвращаемого значения
Found objects.Исключение | Описание |
---|---|
System.ArgumentNullException | If the match parameter that specifies search criteria is empty (null ) |
Extensible type for the classes that implement IEnumerable<T> interface.