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++