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
Returns
Exceptions
- ObjectDisposedException
The IJsMap has already been disposed.