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

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

공개 메소드들

메소드 설명
Key ( )

Initializes a new instance of the Key class.

Key ( Mark start, Mark end )

Initializes a new instance of the Key class.

메소드 상세

Key() 공개 메소드

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

Key() 공개 메소드

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