EnumerableExt.ForEachAsync Method
Overload List
Name | Description | |
---|---|---|
ForEachAsync(TIn, TOut)(IEnumerable(TIn), Func(TIn, Task(TOut))) | Asynchronously applies a function to all elements in a collection. | |
ForEachAsync(TIn)(IEnumerable(TIn), Func(TIn, Task)) | Asynchronously applies a function on all elements in a collection. |
See Also
Reference
EnumerableExt Class
UltimateXR.Extensions.System.Collections Namespace