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

Determines whether the read-only dictionary contains an element that has the specified key.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


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

Parameters

key
Type: TKey
The key to locate.

Return Value

true if the read-only dictionary contains an element that has the specified key; otherwise, false.