- T
- Any type.
CollectionUtilities.ForEach(IEnumerable,Predicate,Action) - метод Смотри также Terrasoft.Common - пространство имен > CollectionUtilities - класс > ForEach - метод : ForEach(IEnumerable,Predicate,Action) - метод C#
- source
- Source.
- match
- Criteria.
- action
- Assigned method.
Glossary Item Box
[Extension()] public static void ForEach<T>( IEnumerable<T> source, Predicate<T> match, Action<T> action )
Параметры
- source
- Source.
- match
- Criteria.
- action
- Assigned method.
Типы обобщений
- T
- Any type.
Исключение | Описание |
---|---|
System.ArgumentNullException | If one of the parameters passed in (match, action) is empty. |
Extensible type for the classes that implement IEnumerable interface.