System::Collections::Generic::IKVCollection::Insert method
IKVCollection::Insert method
Inserts item at specified position.
virtual void System::Collections::Generic::IKVCollection<T>::Insert(int index, const T &item) override
Parameter | Type | Description |
---|---|---|
index | int | Position to put item to. |
item | const T& | Item to put at specified position. |
See Also
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++