Click or drag to resize

IJsMapContainsKey Method

Determines whether the IJsMap contains an element with the specified key.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool ContainsKey(
	Object key
)

Parameters

key
Type: SystemObject
The key to locate in the IJsMap.

Return Value

Type: Boolean
true if the IJsMap contains an element with the key; otherwise, false.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsMap has already been disposed.
See Also