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
ParameterTypeDescription
indexintPosition to put item to.
itemconst T&Item to put at specified position.

See Also