CultureAwareDynamicObject..::..ContainsKey Method

Determines whether the [IDictionary{String, Object}] contains an element with the specified key.

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

Syntax


public bool ContainsKey(
	string key
)
Public Function ContainsKey ( _
	key As String _
) As Boolean

Parameters

key
Type: String
The key to locate in the [IDictionary{String, Object}].

Return Value

true if the [IDictionary{String, Object}] contains an element with the key; otherwise, false.