Gets or sets the element with the specified key.
If this map contains a value associated with the key, it will be replaced.
Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax Object this[
Object key
] { get; set; }
Parameters
- key
- Type: SystemObject
The key of the element to get or set.
Return Value
Type:
Object
The value with the specified
key or
null
if there is no such key in this map.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
The IJsMap has already been disposed.
|
See Also