Table of Contents

Method ContainsKey

Namespace
DotNetBrowser.Js.Collections
Assembly
DotNetBrowser.dll

ContainsKey(object)

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

bool ContainsKey(object key)

Parameters

key object

The key to locate in the IJsMap.

Returns

bool

true if the IJsMap contains an element with the key; otherwise, false.

Exceptions

ObjectDisposedException

The IJsMap has already been disposed.