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

상속: Token
파일 보기 프로젝트 열기: aaubry/YamlDotNet 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the AnchorAlias class.

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

Initializes a new instance of the AnchorAlias class.

메소드 상세

AnchorAlias() 공개 메소드

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

AnchorAlias() 공개 메소드

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