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

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

공개 메소드들

메소드 설명
Value ( )

Initializes a new instance of the Value class.

Value ( Mark start, Mark end )

Initializes a new instance of the Value class.

메소드 상세

Value() 공개 메소드

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

Value() 공개 메소드

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