Mono Class Library: System.Array Overview | MembersSystem.Array.ForEach<T> Method |
Performs the specified action on each element of the specified array. [Edit]
|
- T
- Documentation for this section has not yet been entered. [Edit]
Type Reason ArgumentNullException array or action is null. [Edit]
The elements of array are individually passed to the action. The elements of the current array are individually passed to the action delegate, sequentially, in index order, and on the same thread as that used to call ForEach. Execution stops if the action throws an exception. [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0