C# Class YamlDotNet.Core.Tokens.FlowSequenceStart

Represents a flow sequence start token.
Inheritance: Token
Mostra file Open project: unitystation/unitystation Class Usage Examples

Public Methods

Method Description
FlowSequenceStart ( )

Initializes a new instance of the FlowSequenceStart class.

FlowSequenceStart ( Mark start, Mark end )

Initializes a new instance of the FlowSequenceStart class.

Method Details

FlowSequenceStart() public method

Initializes a new instance of the FlowSequenceStart class.
public FlowSequenceStart ( )

FlowSequenceStart() public method

Initializes a new instance of the FlowSequenceStart class.
public FlowSequenceStart ( Mark start, Mark end )
start Mark The start position of the token.
end Mark The end position of the token.