طريقة System::Array::ForEach
Array::ForEach method
ينفذ الإجراء المحدد على كل عنصر من المصفوفة المحددة.
static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
| Parameter | Type | الوصف |
|---|---|---|
| arr | const ArrayPtr<T>& | المصفوفة المستهدفة |
| الإجراء | System::Action<T> | الإجراء الذي يُنفّذ على كل عنصر من المصفوفة |
انظر أيضًا
- Typedef ArrayPtr
- Typedef Action
- Class Array
- Namespace System
- Library Aspose.Page for C++