Overload List
Name | Description | |
---|---|---|
![]() ![]() | ForEach<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Action<(Of <<'(A>)>>)) |
Applies a function f to all elements of this list.
|
![]() ![]() | ForEach<(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.
|
![]() ![]() | ForEach<(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.
|