DocumentStart(VersionDirective?, TagDirectiveCollection?, Boolean) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the DocumentStart class.

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

Parameters

version
VersionDirective

The version.

tags
TagDirectiveCollection

The tags.

isImplicit
Boolean

Indicates whether the event is implicit.