Scalar(String?, String?, String, ScalarStyle, Boolean, Boolean, Mark, Mark) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the Scalar class.

public Scalar(string? anchor, string? tag, string value, ScalarStyle style, bool isPlainImplicit, bool isQuotedImplicit, Mark start, Mark end)

Parameters

anchor
String

The anchor.

tag
String

The tag.

value
String

The value.

style
ScalarStyle

The style.

isPlainImplicit
Boolean

.

isQuotedImplicit
Boolean

.

start
Mark

The start position of the event.

end
Mark

The end position of the event.