Bridge

Dictionary<(Of <(<'TKey, TValue>)>)>..::..ContainsKey Method

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public bool ContainsKey(
	TKey key
)
Public Function ContainsKey ( _
	key As TKey _
) As Boolean
public:
bool^ ContainsKey(
	TKey key
)

Parameters

key
Type: TKey