System::Collections::ObjectModel::KeyedCollection::Add method

KeyedCollection::Add method

Add item to container end.

virtual void System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Add(const TItem &item) override
ParameterTypeDescription
itemconst TItem&Item to add.

See Also