System::Collections::IList::Add method

IList::Add method

Adds item to the end of list.

virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
ParameterTypeDescription
itemSharedPtr<System::Object>The item to add.

ReturnValue

The index of the added item.

See Also