DocumentEnd(Boolean, Mark, Mark) Constructor

Definition

Assembly SharpYaml.dll

Initializes a new instance of the DocumentEnd class.

public DocumentEnd(bool isImplicit, Mark start, Mark end)

Parameters

isImplicit
Boolean

Indicates whether the event is implicit.

start
Mark

The start position of the event.

end
Mark

The end position of the event.