C# Class YamlDotNet.Core.Tokens.BlockSequenceStart

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

Méthodes publiques

Méthode Description
BlockSequenceStart ( ) : System

Initializes a new instance of the BlockSequenceStart class.

BlockSequenceStart ( Mark start, Mark end ) : System

Initializes a new instance of the BlockSequenceStart class.

Method Details

BlockSequenceStart() public méthode

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

BlockSequenceStart() public méthode

Initializes a new instance of the BlockSequenceStart class.
public BlockSequenceStart ( Mark start, Mark end ) : System
start Mark The start position of the token.
end Mark The end position of the token.
Résultat System