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>एरे के प्रत्येक तत्व पर करने वाली कार्रवाई

संबंधित देखें