SequenceStart(String?, String?, Boolean, YamlStyle, Mark, Mark) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the SequenceStart class.

public SequenceStart(string? anchor, string? tag, bool isImplicit, YamlStyle style, Mark start, Mark end)

Parameters

anchor
String

The anchor.

tag
String

The tag.

isImplicit
Boolean

if set to true [is implicit].

style
YamlStyle

The style.

start
Mark

The start position of the event.

end
Mark

The end position of the event.