C# Class YamlDotNet.Core.Tokens.FlowSequenceEnd

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

Public Methods

Method Description
FlowSequenceEnd ( ) : System

Initializes a new instance of the FlowSequenceEnd class.

FlowSequenceEnd ( Mark start, Mark end ) : System

Initializes a new instance of the FlowSequenceEnd class.

Method Details

FlowSequenceEnd() public method

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

FlowSequenceEnd() public method

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