C# Class YamlDotNet.Core.Tokens.DocumentStart

Represents a document start token.
Inheritance: Token
Mostra file Open project: unitystation/unitystation

Public Methods

Method Description
DocumentStart ( )

Initializes a new instance of the DocumentStart class.

DocumentStart ( Mark start, Mark end )

Initializes a new instance of the DocumentStart class.

Method Details

DocumentStart() public method

Initializes a new instance of the DocumentStart class.
public DocumentStart ( )

DocumentStart() public method

Initializes a new instance of the DocumentStart class.
public DocumentStart ( Mark start, Mark end )
start Mark The start position of the token.
end Mark The end position of the token.