YamlDotNet.Core.Events.SequenceEnd.SequenceEnd C# (CSharp) Method

SequenceEnd() public method

Initializes a new instance of the SequenceEnd class.
public SequenceEnd ( Mark start, Mark end )
start Mark The start position of the event.
end Mark The end position of the event.
        public SequenceEnd(Mark start, Mark end)
            : base(start, end)
        {
        }

Same methods

SequenceEnd::SequenceEnd ( )