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

参数

返回值

Type: System.Boolean

实施

ICollection<T>.Contains(T)

请参阅

LazyDictionary<TKey, TValue> 类
Microsoft.WindowsAzure.Common.Internals 命名空间

返回页首