System::Collections::Generic::List::ForEach method
List::ForEach method
リスト内のすべての要素にアクションを適用します。
void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
| パラメーター | 型 | 説明 |
|---|---|---|
| action | System::Action<T> | Action を適用します。 |
参照
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++