System::Collections::IList::Insert method

IList::Insert method

Inserts the item to the list at the specified index.

virtual void System::Collections::IList::Insert(int index, SharedPtr<System::Object> item)=0
ParameterTypeDescription
indexintThe index to insert the item into.
itemSharedPtr<System::Object>The item to insert.

See Also