C# Class YamlDotNet.Core.Tokens.BlockEnd

Represents a block end token.
Inheritance: Token
Mostra file Open project: unitystation/unitystation

Public Methods

Method Description
BlockEnd ( )

Initializes a new instance of the BlockEnd class.

BlockEnd ( Mark start, Mark end )

Initializes a new instance of the BlockEnd class.

Method Details

BlockEnd() public method

Initializes a new instance of the BlockEnd class.
public BlockEnd ( )

BlockEnd() public method

Initializes a new instance of the BlockEnd class.
public BlockEnd ( Mark start, Mark end )
start Mark The start position of the token.
end Mark The end position of the token.