TagDirective(String, String, Mark, Mark) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the TagDirective class.

public TagDirective(string handle, string prefix, Mark start, Mark end)

Parameters

handle
String

The handle.

prefix
String

The prefix.

start
Mark

The start position of the token.

end
Mark

The end position of the token.