C# Class YamlDotNet.Core.Tokens.BlockEntry

Represents a block entry event.
Inheritance: Token
Datei anzeigen Open project: vgvgvvv/ResetCore.Unity

Public Methods

Method 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 method

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

BlockEntry() public method

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.
return System