System::Collections::Generic::List::Add طريقة
List::Add method
يضيف عنصرًا إلى نهاية القائمة.
void System::Collections::Generic::List<T>::Add(const T &item) override
| Parameter | Type | الوصف |
|---|---|---|
| العنصر | const T& | عنصر للإضافة. |
انظر أيضًا
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++