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