Tag(String, String, Mark, Mark) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the Tag class.

public Tag(string handle, string suffix, Mark start, Mark end)

Parameters

handle
String

The handle.

suffix
String

The suffix.

start
Mark

The start position of the token.

end
Mark

The end position of the token.