System::Array::ForEach method
Array::ForEach method
Belirtilen dizinin her bir öğesi üzerinde belirtilen eylemi gerçekleştirir.
static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
| Parametre | Tür | Açıklama |
|---|---|---|
| arr | const ArrayPtr<T>& | Hedef dizi |
| action | System::Action<T> | Dizinin her öğesi üzerinde gerçekleştirilecek eylem |
Ayrıca Bakınız
- Typedef ArrayPtr
- Typedef Action
- Class Array
- Namespace System
- Library Aspose.Font for C++