Skip to content

JSValue indexer (1 of 3)

C#
public JSValue this[int index] { get; set; }

See Also


JSValue indexer (2 of 3)

C#
public JSValue this[JSValue name] { get; set; }

See Also


JSValue indexer (3 of 3)

C#
public JSValue this[string name] { get; set; }

See Also

Released under the MIT license