System::Collections::IListImplValueType::Add method

IListImplValueType::Add method

Adds element to the end of list.

int System::Collections::IListImplValueType<T>::Add(SharedPtr<System::Object> item) override
ParameterTypeDescription
itemSharedPtr<System::Object>Item to add.

See Also