C# Class YamlDotNet.Core.Tokens.BlockMappingStart

Represents a block mapping start token.
Inheritance: Token
Afficher le fichier Open project: vgvgvvv/ResetCore.Unity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the BlockMappingStart class.
public BlockMappingStart ( ) : System
Résultat System

BlockMappingStart() public méthode

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.
Résultat System