Méthode System::Array::ForEach
Array::ForEach method
Exécute l’action spécifiée sur chaque élément du tableau spécifié.
static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
| Paramètre | Type | Description |
|---|---|---|
| arr | const ArrayPtr<T>& | Tableau cible |
| action | System::Action<T> | L’action à exécuter sur chaque élément du tableau |
Voir aussi
- Typedef ArrayPtr
- Typedef Action
- Class Array
- Namespace System
- Library Aspose.Font for C++