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

Definition

Assembly SharpYaml.dll

Initializes a new instance of the MappingStart class.

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

Parameters

anchor
String

The anchor.

tag
String

The tag.

isImplicit
Boolean

Indicates whether the event is implicit.

style
YamlStyle

The style of the mapping.

start
Mark

The start position of the event.

end
Mark

The end position of the event.