Click or drag to resize

IJsSet Methods

The IJsSet type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the IJsSet.
Public methodClear
Removes all items from this IJsSet. Does nothing if the set is empty.
Public methodContains
Determines whether the IJsSet contains a specific value.
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 specified item from this set.
Public methodToReadOnlyCollection
Copies the contents of the IJsSet to a new IReadOnlyCollectionT.
Public methodToReadOnlyCollectionT
Copies the contents of the IJsSet to a new IReadOnlyCollectionT.
Top
Extension Methods
  NameDescription
Public Extension MethodToJsonString
Converts the given JavaScript object into a JSON string.
(Defined by JsonExtensions.)
Top
See Also