C# Class YamlDotNet.Core.Tokens.FlowMappingStart

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

Public Methods

Method Description
FlowMappingStart ( ) : System

Initializes a new instance of the FlowMappingStart class.

FlowMappingStart ( Mark start, Mark end ) : System

Initializes a new instance of the FlowMappingStart class.

Method Details

FlowMappingStart() public method

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

FlowMappingStart() public method

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