Skip to content

JSPropertyDescriptorList<TDerived,TObject> class

C#
public abstract class JSPropertyDescriptorList<TDerived, TObject>
    where TDerived : class

Public Members

namedescription
Properties { get; }
AddMethod(…)Adds a method with a void no-args callback. (7 methods)
AddProperty(…)Adds a property with an initial value of undefined. (5 methods)
delegate Unwrap<TDerived,TObject>

Protected Members

namedescription
JSPropertyDescriptorList(…)

See Also

Released under the MIT license