Click or drag to resize

IJsMap Methods

The IJsMap type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all items from this IJsMap. Does nothing if the map is empty.
Public methodContainsKey
Determines whether the IJsMap contains an element with the specified key.
Public methodInvokeT(String, Object)
Executes the function with the given methodName and the args in the JavaScript object. This method blocks current thread execution until the function finishes its execution. If the function raises an exception, then a JsException with an error message that describes the reason of the exception will be thrown. Same error message will be printed in JavaScript Console.
(Inherited from IJsObject.)
Public methodRemove
Removes the element with the specified key from the IJsMap.
Public methodToReadOnlyDictionary
Copies the contents of the IJsMap to a new IReadOnlyDictionaryTKey, TValue.
Public methodToReadOnlyDictionaryTKey, TVal
Copies the contents of the IJsMap to a new IReadOnlyDictionaryTKey, TValue.
Top
Extension Methods
  NameDescription
Public Extension MethodToJsonString
Converts the given JavaScript object into a JSON string.
(Defined by JsonExtensions.)
Top
See Also