-
Home
-
API
-
SharpYaml.Tokens
-
Anchor
-
Constructors
-
Anchor(String, Mark, Mark)
Anchor(String, Mark, Mark) Constructor
Definition
Initializes a new instance of the Anchor class.
public Anchor(string value, Mark start, Mark end)
Parameters
- start
- Mark
The start position of the token.
- end
- Mark
The end position of the token.