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