C# Class YamlDotNet.Core.Tokens.FlowEntry

Inheritance: Token
Mostra file Open project: aaubry/YamlDotNet

Public Methods

Method Description
FlowEntry ( ) : System

Initializes a new instance of the FlowEntry class.

FlowEntry ( Mark start, Mark end ) : System

Initializes a new instance of the FlowEntry class.

Method Details

FlowEntry() public method

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

FlowEntry() public method

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