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

Represents a document start event.
상속: ParsingEvent
파일 보기 프로젝트 열기: aaubry/YamlDotNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Accept ( IParsingEventVisitor visitor ) : void

Invokes run-time type specific Visit() method of the specified visitor.

DocumentStart ( ) : System.Globalization

Initializes a new instance of the DocumentStart class.

DocumentStart ( Mark start, Mark end ) : System.Globalization

Initializes a new instance of the DocumentStart class.

DocumentStart ( VersionDirective version, TagDirectiveCollection tags, bool isImplicit ) : System.Globalization

Initializes a new instance of the DocumentStart class.

DocumentStart ( VersionDirective version, TagDirectiveCollection tags, bool isImplicit, Mark start, Mark end ) : System.Globalization

Initializes a new instance of the DocumentStart class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

메소드 상세

Accept() 공개 메소드

Invokes run-time type specific Visit() method of the specified visitor.
public Accept ( IParsingEventVisitor visitor ) : void
visitor IParsingEventVisitor visitor, may not be null.
리턴 void

DocumentStart() 공개 메소드

Initializes a new instance of the DocumentStart class.
public DocumentStart ( ) : System.Globalization
리턴 System.Globalization

DocumentStart() 공개 메소드

Initializes a new instance of the DocumentStart class.
public DocumentStart ( Mark start, Mark end ) : System.Globalization
start Mark The start position of the event.
end Mark The end position of the event.
리턴 System.Globalization

DocumentStart() 공개 메소드

Initializes a new instance of the DocumentStart class.
public DocumentStart ( VersionDirective version, TagDirectiveCollection tags, bool isImplicit ) : System.Globalization
version YamlDotNet.Core.Tokens.VersionDirective The version.
tags TagDirectiveCollection The tags.
isImplicit bool Indicates whether the event is implicit.
리턴 System.Globalization

DocumentStart() 공개 메소드

Initializes a new instance of the DocumentStart class.
public DocumentStart ( VersionDirective version, TagDirectiveCollection tags, bool isImplicit, Mark start, Mark end ) : System.Globalization
version YamlDotNet.Core.Tokens.VersionDirective The version.
tags TagDirectiveCollection The tags.
isImplicit bool Indicates whether the event is implicit.
start Mark The start position of the event.
end Mark The end position of the event.
리턴 System.Globalization

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string