System::Collections::Generic::BaseDictionary::Remove metod

BaseDictionary::Remove method

Tar bort en specifik nyckel från ordboken.

bool System::Collections::Generic::BaseDictionary<Map>::Remove(const key_t &key) override
ParameterTypeBeskrivning
nyckelconst key_t&Nyckel att ta bort.

ReturnValue

true om nyckeln hittades och togs bort, false annars.

Se även