NodeEvent(String?, String?, Mark, Mark) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the NodeEvent class.

protected NodeEvent(string? anchor, string? tag, Mark start, Mark end)

Parameters

anchor
String

The anchor.

tag
String

The tag.

start
Mark

The start position of the event.

end
Mark

The end position of the event.