Skip to content

JSProxy.Apply delegate

C#
public delegate JSValue Apply(JSObject target, JSValue thisArg, JSArray arguments);

See Also

Released under the MIT license