AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0" />

 Accessors

public enum Accessors
The various DOM object accessor types.
Adder = 8

Specifies that the method should be handled as an event adder.

Deleter = 4

Specifies that the property or method should be handled by delete.

Getter = 1

Specifies that the property or method should be handled as a getter.

Method = 32

Specifies that the getter only property should be handled by a method.

None = 0

Specifies that the property does not have any special meaning.

Remover = 16

Specifies that the method should be handled by an event remover.

Setter = 2

Specifies that the property or method should be handled as a setter.