-
Home
-
API
-
SharpYaml.Events
-
DocumentStart
-
Constructors
-
DocumentStart(VersionDirective?, TagDirectiveCollection?, Boolean)
DocumentStart(VersionDirective?, TagDirectiveCollection?, Boolean) Constructor
Definition
Initializes a new instance of the DocumentStart class.
public DocumentStart(VersionDirective? version, TagDirectiveCollection? tags, bool isImplicit)
Parameters
- isImplicit
- Boolean
Indicates whether the event is implicit.