System::Array::ForEach メソッド

Array::ForEach method

指定された配列の各要素に対して、指定されたアクションを実行します。

static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
パラメーター説明
arrconst ArrayPtr<T>&対象配列
actionSystem::Action<T>配列の各要素に対して実行するアクション

参照