C# Class YamlDotNet.Core.Tokens.Anchor

Inheritance: Token
Exibir arquivo Open project: aaubry/YamlDotNet

Public Methods

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

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

Anchor() public method

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