System::Collections::CollectionBase::ListImpl::Add metod
ListImpl::Add method
Lägger till ett element i slutet av samlingen.
int32_t System::Collections::CollectionBase<T>::ListImpl::Add(const T &value)
| Parameter | Typ | Beskrivning |
|---|---|---|
| värde | const T& | Elementet som ska läggas till i slutet av samlingen. |
ReturnValue
Samlingsindexet där value har lagts till.
Se även
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.PDF for C++