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