Table of Contents

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

key object

The key of the element to get or set.

Property Value

object

The value with the specified key or null if there is no such key in this map.

Exceptions

ObjectDisposedException

The IJsMap has already been disposed.