System::Collections::ObjectModel::KeyedCollection::Remove metodo

KeyedCollection::Remove method

Rimuove la chiave dal contenitore.

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
ParametroTipoDescrizione
chiaveTKeyChiave da rimuovere.

ReturnValue

Vero se la chiave è trovata e rimossa, falso altrimenti.

Vedi anche