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.Page for C++