Aracılığıyla paylaş


OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.Remove Yöntem

Tanım

belirli bir nesnenin ilk oluşumunu ICollection<T>kaldırır.

 virtual bool System.Collections.Generic.ICollection<TKey>.Remove(TKey item) = System::Collections::Generic::ICollection<TKey>::Remove;
bool ICollection<TKey>.Remove (TKey item);
abstract member System.Collections.Generic.ICollection<TKey>.Remove : 'Key -> bool
override this.System.Collections.Generic.ICollection<TKey>.Remove : 'Key -> bool
Function Remove (item As TKey) As Boolean Implements ICollection(Of TKey).Remove

Parametreler

item
TKey

ICollection<T>kaldırılacak nesne.

Döndürülenler

item ICollection<T>başarıyla kaldırılıp kaldırılmadığını true; aksi takdirde, false. Bu yöntem ayrıca özgün ICollection<T>item bulunamazsa false döndürür.

Uygulamalar

Şunlara uygulanır