ReadOnlyDictionary<TKey,TValue>.KeyCollection.Contains(TKey) 方法

定义

确定 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

实现

适用于