C# Class YamlDotNet.Core.Tokens.Tag

Inheritance: Token
Mostra file Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

Method Description
Tag ( string handle, string suffix ) : System

Initializes a new instance of the Tag class.

Tag ( string handle, string suffix, Mark start, Mark end ) : System

Initializes a new instance of the Tag class.

Method Details

Tag() public method

Initializes a new instance of the Tag class.
public Tag ( string handle, string suffix ) : System
handle string The handle.
suffix string The suffix.
return System

Tag() public method

Initializes a new instance of the Tag class.
public Tag ( string handle, string suffix, Mark start, Mark end ) : System
handle string The handle.
suffix string The suffix.
start Mark The start position of the token.
end Mark The end position of the token.
return System