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

Represents a document start token.
상속: Token
파일 보기 프로젝트 열기: unitystation/unitystation

공개 메소드들

메소드 설명
DocumentStart ( )

Initializes a new instance of the DocumentStart class.

DocumentStart ( Mark start, Mark end )

Initializes a new instance of the DocumentStart class.

메소드 상세

DocumentStart() 공개 메소드

Initializes a new instance of the DocumentStart class.
public DocumentStart ( )

DocumentStart() 공개 메소드

Initializes a new instance of the DocumentStart class.
public DocumentStart ( Mark start, Mark end )
start Mark The start position of the token.
end Mark The end position of the token.