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

상속: Token
파일 보기 프로젝트 열기: aaubry/YamlDotNet

공개 메소드들

메소드 설명
Anchor ( string value ) : System

Initializes a new instance of the Anchor class.

Anchor ( string value, Mark start, Mark end ) : System

Initializes a new instance of the Anchor class.

메소드 상세

Anchor() 공개 메소드

Initializes a new instance of the Anchor class.
public Anchor ( string value ) : System
value string The value.
리턴 System

Anchor() 공개 메소드

Initializes a new instance of the Anchor class.
public Anchor ( string value, Mark start, Mark end ) : System
value string The value.
start Mark The start position of the token.
end Mark The end position of the token.
리턴 System