Click or drag to resize

IJsMap.ToReadOnlyDictionary Method

Copies the contents of the IJsMap to a new IReadOnlyDictionary<TKey, TValue>.

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

Return Value

Type: IReadOnlyDictionary<Object, Object>
A IReadOnlyDictionary<TKey, 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