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>배열의 각 요소에 수행할 작업

또 보기