C# Class YamlDotNet.Core.Tokens.StreamEnd

Represents a stream end event.
Inheritance: Token
Afficher le fichier Open project: unitystation/unitystation

Méthodes publiques

Méthode Description
StreamEnd ( )

Initializes a new instance of the StreamEnd class.

StreamEnd ( Mark start, Mark end )

Initializes a new instance of the StreamEnd class.

Method Details

StreamEnd() public méthode

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

StreamEnd() public méthode

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