System::Collections::CollectionBase::ListImpl::Insert method
ListImpl::Insert method
Inserts an element into the collection at the specified index.
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which value should be inserted. |
value | const T& | The element to insert. |
See Also
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.PUB for C++