System::Collections::Generic::List::ForEach method

List::ForEach method

リスト内のすべての要素にアクションを適用します。

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
パラメーター説明
actionSystem::Action<T>Action を適用します。

参照