C# Class YamlDotNet.Core.Tokens.BlockSequenceStart

Represents a block sequence start token.
Inheritance: Token
Mostra file Open project: vgvgvvv/ResetCore.Unity Class Usage Examples

Public Methods

Method Description
BlockSequenceStart ( ) : System

Initializes a new instance of the BlockSequenceStart class.

BlockSequenceStart ( Mark start, Mark end ) : System

Initializes a new instance of the BlockSequenceStart class.

Method Details

BlockSequenceStart() public method

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

BlockSequenceStart() public method

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