C# 클래스 YamlDotNet.Core.Events.NodeEvent

Contains the behavior that is common between node events.
상속: ParsingEvent
파일 보기 프로젝트 열기: aaubry/YamlDotNet 1 사용 예제들

보호된 메소드들

메소드 설명
NodeEvent ( string anchor, string tag ) : System

Initializes a new instance of the NodeEvent class.

NodeEvent ( string anchor, string tag, Mark start, Mark end ) : System

Initializes a new instance of the NodeEvent class.

메소드 상세

NodeEvent() 보호된 메소드

Initializes a new instance of the NodeEvent class.
protected NodeEvent ( string anchor, string tag ) : System
anchor string
tag string
리턴 System

NodeEvent() 보호된 메소드

Initializes a new instance of the NodeEvent class.
protected NodeEvent ( string anchor, string tag, Mark start, Mark end ) : System
anchor string The anchor.
tag string The tag.
start System.Text.RegularExpressions.Mark The start position of the event.
end System.Text.RegularExpressions.Mark The end position of the event.
리턴 System