System::Collections::ObjectModel::KeyedCollection::Add método

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
elementoconst TItem&Elemento a agregar.

Ver también