Skip to content

JSProxy.GetOwnPropertyDescriptor delegate

C#
public delegate JSPropertyDescriptor GetOwnPropertyDescriptor(JSObject target, JSValue property);

See Also

Released under the MIT license