System::Collections::Generic::IDictionary::Remove metod

IDictionary::Remove method

Tar bort nyckeln från behållaren.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
ParameterTypeBeskrivning
nyckelconst TKey&Nyckel att ta bort.

ReturnValue

Sant om nyckeln hittades och togs bort, falskt annars.

Se även