System::Array::ForEach methode
Array::ForEach method
Voert de opgegeven actie uit op elk element van de opgegeven array.
static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
| Parameter | Type | Beschrijving |
|---|---|---|
| arr | const ArrayPtr<T>& | Doelarray |
| action | System::Action<T> | De actie die moet worden uitgevoerd op elk element van de array |
Zie ook
- Typedef ArrayPtr
- Typedef Action
- Class Array
- Namespace System
- Library Aspose.Page for C++