Skip to content

JSObject indexer (1 of 2)

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

See Also


JSObject indexer (2 of 2)

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

See Also

Released under the MIT license