Property this
- Namespace
 - DotNetBrowser.Js.Collections
 
- Assembly
 - DotNetBrowser.dll
 
this[object]
Gets or sets the element with the specified key.
If this map contains a value associated with the key, it will be replaced.
object this[object key] { get; set; }
Parameters
keyobjectThe key of the element to get or set.
Property Value
- object
 The value with the specified
keyornullif there is no such key in this map.
Exceptions
- ObjectDisposedException
 The IJsMap has already been disposed.