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++