System::Collections::ObjectModel::KeyedCollection::Remove yöntemi

KeyedCollection::Remove method

Anahtarı konteynerden kaldırır.

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
ParametreTürAçıklama
anahtarTKeyKaldırılacak anahtar.

ReturnValue

Anahtar bulunup kaldırıldıysa doğru, aksi takdirde yanlış.

Ayrıca Bakınız