C# Class YamlDotNet.Core.Tokens.StreamStart

Inheritance: Token
Mostra file Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

Method Description
StreamStart ( ) : System

Initializes a new instance of the StreamStart class.

StreamStart ( Mark start, Mark end ) : System

Initializes a new instance of the StreamStart class.

Method Details

StreamStart() public method

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

StreamStart() public method

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