Click or drag to resize

IJsMapToReadOnlyDictionary Method

Copies the contents of the IJsMap to a new IReadOnlyDictionaryTKey, TValue.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IReadOnlyDictionary<Object, Object> ToReadOnlyDictionary()

Return Value

Type: IReadOnlyDictionaryObject, Object
A IReadOnlyDictionaryTKey, TValue that contains key-value pairs from the IJsMap.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsMap has already been disposed.
Remarks
Proxy objects are mapped to the corresponding injected .NET objects.
See Also