IFrame.CreateJsMap Method |
Name | Description | |
---|---|---|
![]() | CreateJsMap<TKey, TValue>(IDictionary<TKey, TValue>) |
Creates a new IJsMap and copies the contents of the IDictionary<TKey, TValue> to it.
|
![]() | CreateJsMap<TKey, TValue>(IReadOnlyDictionary<TKey, TValue>) |
Creates a new IJsMap and copies the contents of the IReadOnlyDictionary<TKey, TValue>
to it.
|