System::Collections::Generic::IKVCollection::Add method

IKVCollection::Add method

Adds item to container.

virtual void System::Collections::Generic::IKVCollection<T>::Add(const T &item) override
ParameterTypeDescription
itemconst T&Item to add to container.

See Also