System::Array::ForEach method
Array::ForEach method
Performs specified action on each element of the specified array.
static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
Parameter | Type | Description |
---|---|---|
arr | const ArrayPtr<T>& | Target array |
action | System::Action<T> | The action to perform on each element of the array |
See Also
- Typedef ArrayPtr
- Typedef Action
- Class Array
- Namespace System
- Library Aspose.PUB for C++