System::Array::ForEach method

Array::ForEach method

ينفّذ الإجراء المحدد على كل عنصر من المصفوفة المحددة.

static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
معاملنوعالوصف
arrconst ArrayPtr<T>&المصفوفة الهدف
actionSystem::Action<T>الإجراء الذي يُنفّذ على كل عنصر من المصفوفة

انظر أيضًا