Add()

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

Adds element to the end of list.

virtual int System::Collections::IListImplRefType<T>::Add(SharedPtr<System::Object> item) override

Arguments

ParameterTypeDescription
itemSharedPtr<System::Object>Item to add.

See Also