System::Collections::ObjectModel::KeyedCollection::Remove metod

KeyedCollection::Remove method

Tar bort nyckeln från behållaren.

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
ParameterTypeBeskrivning
nyckelTKeyNyckel att ta bort.

ReturnValue

Sant om nyckeln hittas och tas bort, falskt annars.

Se även