Back to Devexpress

EnumerableExtensions.ForEach Method

maui-devexpress-dot-maui-dot-mvvm-dot-enumerableextensions-dot-foreach.md

latest912 B
Original Source

EnumerableExtensions.ForEach Method

NameParametersDescription
ForEach<T>(IEnumerable<T>, Action<T, Int32>) staticsource, actionIterates through each item in the IEnumerable<T> collection and performs the specified action.
ForEach<T>(IEnumerable<T>, Action<T>) staticsource, actionIterates through each item in the IEnumerable<T> collection and performs the specified action.