SortedDictionary<TKey,TValue>.KeyCollection.Contains(TKey) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 ICollection<T> 是否包含特定值。
public:
virtual bool Contains(TKey item);
public bool Contains (TKey item);
abstract member Contains : 'Key -> bool
override this.Contains : 'Key -> bool
Public Function Contains (item As TKey) As Boolean
參數
- item
- TKey
要在 ICollection<T> 中尋找的物件。
傳回
如果在 true
中找到 item
,則為 ICollection<T>,否則為 false
。