C# Class YamlDotNet.Core.Tokens.AnchorAlias

Inheritance: Token
Exibir arquivo Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

Method Description
AnchorAlias ( string value ) : System

Initializes a new instance of the AnchorAlias class.

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

Initializes a new instance of the AnchorAlias class.

Method Details

AnchorAlias() public method

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

AnchorAlias() public method

Initializes a new instance of the AnchorAlias class.
public AnchorAlias ( string value, Mark start, Mark end ) : System
value string The value of the anchor.
start Mark The start position of the event.
end Mark The end position of the event.
return System