C# Class YamlDotNet.Core.Tokens.BlockMappingStart

Represents a block mapping start token.
Inheritance: Token
Exibir arquivo Open project: vgvgvvv/ResetCore.Unity Class Usage Examples

Public Methods

Method Description
BlockMappingStart ( ) : System

Initializes a new instance of the BlockMappingStart class.

BlockMappingStart ( Mark start, Mark end ) : System

Initializes a new instance of the BlockMappingStart class.

Method Details

BlockMappingStart() public method

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

BlockMappingStart() public method

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