Add()

IList::Add(SharedPtr<System::Object>) method

Adds item to the end of list.

virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0

Arguments

ParameterTypeDescription
itemSharedPtr<System::Object>The item to add.

Return Value

The index of the added item.

See Also