C# Class YamlDotNet.Core.Tokens.FlowMappingEnd

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

Public Methods

Method Description
FlowMappingEnd ( )

Initializes a new instance of the FlowMappingEnd class.

FlowMappingEnd ( Mark start, Mark end )

Initializes a new instance of the FlowMappingEnd class.

Method Details

FlowMappingEnd() public method

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

FlowMappingEnd() public method

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