LazyDictionary<TKey, TValue>.Contains 方法 (KeyValuePair<TKey, TValue>)
命名空间: Microsoft.WindowsAzure.Common.Internals
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
语法
public bool Contains(
KeyValuePair<TKey, TValue> item
)
public:
virtual bool Contains(
KeyValuePair<TKey, TValue> item
) sealed
abstract Contains :
item:KeyValuePair<'TKey, 'TValue> -> bool
override Contains :
item:KeyValuePair<'TKey, 'TValue> -> bool
Public Function Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
参数
- item
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>
返回值
Type: System.Boolean
实施
请参阅
LazyDictionary<TKey, TValue> 类
Microsoft.WindowsAzure.Common.Internals 命名空间
返回页首