System::Collections::Generic::List::ForEach 메서드
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++