C# Class YamlDotNet.Core.Tokens.Key

Represents a key token.
Inheritance: Token
Afficher le fichier Open project: unitystation/unitystation

Méthodes publiques

Méthode Description
Key ( )

Initializes a new instance of the Key class.

Key ( Mark start, Mark end )

Initializes a new instance of the Key class.

Method Details

Key() public méthode

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

Key() public méthode

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