IJsMapToReadOnlyDictionary Method  | 
 
                Copies the contents of the 
IJsMap to a new 
IReadOnlyDictionaryTKey, TValue.
            
 
    Namespace: 
   DotNetBrowser.Js.Collections
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
SyntaxIReadOnlyDictionary<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