[This is preliminary documentation and is subject to change.]
Initializes a new instance of the DocumentStart class.
| C# | Visual Basic | Visual C++ |
public DocumentStart( VersionDirective version, TagDirectiveCollection tags, bool isImplicit, Mark start, Mark end )
Public Sub New ( _ version As VersionDirective, _ tags As TagDirectiveCollection, _ isImplicit As Boolean, _ start As Mark, _ end As Mark _ )
public: DocumentStart( VersionDirective^ version, TagDirectiveCollection^ tags, bool isImplicit, Mark start, Mark end )
- 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.