C# Class YamlDotNet.Core.Tokens.Anchor

Inheritance: Token
Afficher le fichier Open project: aaubry/YamlDotNet

Méthodes publiques

Méthode Description
Anchor ( string value ) : System

Initializes a new instance of the Anchor class.

Anchor ( string value, Mark start, Mark end ) : System

Initializes a new instance of the Anchor class.

Method Details

Anchor() public méthode

Initializes a new instance of the Anchor class.
public Anchor ( string value ) : System
value string The value.
Résultat System

Anchor() public méthode

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