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

Definition

Assembly SharpYaml.dll

Initializes a new instance of the MappingStart class.

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

Parameters

anchor
String

The anchor.

tag
String

The tag.

isImplicit
Boolean

Indicates whether the event is implicit.

style
YamlStyle

The style of the mapping.