System::Array::ForEach metodo
Array::ForEach method
Esegue l’azione specificata su ogni elemento dell’array specificato.
static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
| Parametro | Tipo | Descrizione |
|---|---|---|
| arr | const ArrayPtr<T>& | Array di destinazione |
| action | System::Action<T> | L’azione da eseguire su ogni elemento dell’array |
Vedi anche
- Typedef ArrayPtr
- Typedef Action
- Class Array
- Namespace System
- Library Aspose.Font for C++