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)
ParameterTypeDescription
valueconst 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