IJsMapToReadOnlyDictionary Method |
Copies the contents of the
IJsMap to a new
IReadOnlyDictionaryTKey, TValue.
Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax IReadOnlyDictionary<Object, Object> ToReadOnlyDictionary()
Return Value
Type:
IReadOnlyDictionaryObject,
Object
A
IReadOnlyDictionaryTKey, TValue that contains key-value pairs
from the
IJsMap.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
The IJsMap has already been disposed.
|
Remarks
Proxy objects are mapped to the corresponding injected .NET objects.
See Also