Scalar(String, ScalarStyle, Mark, Mark) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the Scalar class.

public Scalar(string value, ScalarStyle style, Mark start, Mark end)

Parameters

value
String

The value.

style
ScalarStyle

The style.

start
Mark

The start position of the token.

end
Mark

The end position of the token.