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

Represents a stream end event.
상속: Token
파일 보기 프로젝트 열기: unitystation/unitystation

공개 메소드들

메소드 설명
StreamEnd ( )

Initializes a new instance of the StreamEnd class.

StreamEnd ( Mark start, Mark end )

Initializes a new instance of the StreamEnd class.

메소드 상세

StreamEnd() 공개 메소드

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

StreamEnd() 공개 메소드

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