System::Collections::Generic::IDictionary::Remove methode

IDictionary::Remove method

Verwijdert sleutel uit de container.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
ParameterTypeBeschrijving
sleutelconst TKey&Sleutel om te verwijderen.

ReturnValue

True als de sleutel werd gevonden en verwijderd, false anders.

Zie ook