C# Class YamlDotNet.Core.Tokens.BlockEntry

Represents a block entry event.
Inheritance: Token
Afficher le fichier Open project: vgvgvvv/ResetCore.Unity

Méthodes publiques

Méthode Description
BlockEntry ( ) : System

Initializes a new instance of the BlockEntry class.

BlockEntry ( Mark start, Mark end ) : System

Initializes a new instance of the BlockEntry class.

Method Details

BlockEntry() public méthode

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

BlockEntry() public méthode

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