System::Collections::CollectionBase::ListImpl::Add method
ListImpl::Add method
Adds a element to the end of the collection.
int32_t System::Collections::CollectionBase<T>::ListImpl::Add(const T &value)
Parameter | Type | Description |
---|---|---|
value | const T& | The element to be added to the end of the collection. |
ReturnValue
The collection index at which the value has been added.
See Also
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.PUB for C++