C# Class YamlDotNet.Core.Tokens.DocumentEnd

Inheritance: Token
Mostra file Open project: aaubry/YamlDotNet

Public Methods

Method Description
DocumentEnd ( ) : System

Initializes a new instance of the DocumentEnd class.

DocumentEnd ( Mark start, Mark end ) : System

Initializes a new instance of the DocumentEnd class.

Method Details

DocumentEnd() public method

Initializes a new instance of the DocumentEnd class.
public DocumentEnd ( ) : System
return System

DocumentEnd() public method

Initializes a new instance of the DocumentEnd class.
public DocumentEnd ( Mark start, Mark end ) : System
start Mark The start position of the token.
end Mark The end position of the token.
return System