طريقة System::Collections::CollectionBase::ListImpl::Add
ListImpl::Add method
يضيف عنصرًا إلى نهاية المجموعة.
int32_t System::Collections::CollectionBase<T>::ListImpl::Add(const T &value)
| Parameter | Type | الوصف |
|---|---|---|
| value | const T& | العنصر الذي سيُضاف إلى نهاية المجموعة. |
ReturnValue
فهرس المجموعة الذي تم إضافة value إليه.
انظر أيضًا
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++