C# Class YamlDotNet.Core.Tokens.Token

Mostra file Open project: aaubry/YamlDotNet Class Usage Examples

Protected Methods

Method Description
Token ( Mark start, Mark end ) : System

Initializes a new instance of the Token class.

Method Details

Token() protected method

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