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

KeyedCollection::Add method

Agregar elemento al final del contenedor.

virtual void System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Add(const TItem &item) override
ParámetroTipoDescripción
itemconst TItem&Elemento a añadir.

Ver también