IterateIndexed
pplies the given function to each element of the collection. The integer passed to the function indicates the index of element.
WARNING
This function causes
IEnumerable<T>
evaluation.
Parameters
Returns
Action<int, T> action
IEnumerable<T> source
void
Usage
Writing elements in console
Last updated
Was this helpful?