Overload List

  NameDescription
Public methodStatic memberForEach<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Action<(Of <<'(A>)>>))
Applies a function f to all elements of this list.
Public methodStatic memberForEach<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Action<(Of <<'(A, Int32>)>>))
Applies a function f to all elements of this list. Also passes an element index (int) to function f.
Public methodStatic memberForEach<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Action<(Of <<'(A, Int64>)>>))
Applies a function f to all elements of this list. Also passes an element index (long) to function f.

See Also