Insert()

IListImplRefType::Insert(int, System::SharedPtr<System::Object>) method

Inserts element into specified position, shifting other elements.

virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override

Arguments

ParameterTypeDescription
indexintIndex to insert elements onto.
valueSystem::SharedPtr<System::Object>Item to insert at specified index.

See Also