DocumentStart(VersionDirective?, TagDirectiveCollection?, Boolean, Mark, Mark) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the DocumentStart class.

public DocumentStart(VersionDirective? version, TagDirectiveCollection? tags, bool isImplicit, Mark start, Mark end)

Parameters

version
VersionDirective

The version.

tags
TagDirectiveCollection

The tags.

isImplicit
Boolean

Indicates whether the event is implicit.

start
Mark

The start position of the event.

end
Mark

The end position of the event.