System::Collections::Generic::List::ForEach 方法
List::ForEach method
对列表中的所有元素执行操作。
void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
| Parameter | Type | 描述 |
|---|---|---|
| action | System::Action<T> | Action 要应用。 |
另见
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++