Insert()

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

Inserts the item to the list at the specified index.

virtual void System::Collections::IList::Insert(int index, SharedPtr<System::Object> item)=0

Arguments

ParameterTypeDescription
indexintThe index to insert the item into.
itemSharedPtr<System::Object>The item to insert.

See Also