CollectionUtilities.ForEach - метод Смотри также Terrasoft.Common - пространство имен > CollectionUtilities - класс : ForEach - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
ForEach<T>(IEnumerable<T>,Action<T>) | Assigns a method to each element of the source. |
ForEach<T>(IEnumerable<T>,Predicate<T>,Action<T>) | Assigns a method to each element of the source that meets the specified criteria. |