Accessors Enum

Accessors enumeration

Represents the enumeration of member accessors that is defined by the W3C.

[Flags]
public enum Accessors : byte

Values

NameValueDescription
None0Specifies that the property does not have any special meaning.
Getter1Specifies that the property or method should be handled as a getter.
Setter2Specifies that the property or method should be handled as a setter.
Deleter4Specifies that the property or method should be handled by delete.

See Also