Insert()

IKVCollection::Insert(int, const T&) method

Inserts item at specified position.

virtual void System::Collections::Generic::IKVCollection<T>::Insert(int index, const T &item) override

Arguments

ParameterTypeDescription
indexintPosition to put item to.
itemconst T&Item to put at specified position.

See Also