System::Collections::IListImplValueType::Insert method

IListImplValueType::Insert method

Inserts element into specified position, shifting other elements.

virtual void System::Collections::IListImplValueType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
ParameterTypeDescription
indexintIndex to insert elements onto.
valueSystem::SharedPtr<System::Object>Item to insert at specified index.

See Also