C# 클래스 YamlDotNet.RepresentationModel.YamlAliasNode

Represents an alias node in the YAML document.
상속: YamlNode
파일 보기 프로젝트 열기: aaubry/YamlDotNet 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IYamlVisitor visitor ) : void

Accepts the specified visitor by calling the appropriate Visit method on it.

Equals ( object obj ) : bool
GetHashCode ( ) : int

Serves as a hash function for a particular type.

비공개 메소드들

메소드 설명
Emit ( IEmitter emitter, EmitterState state ) : void

Saves the current node to the specified emitter.

ResolveAliases ( DocumentLoadingState state ) : void

Resolves the aliases that could not be resolved when the node was created.

SafeAllNodes ( RecursionLevel level ) : IEnumerable

Recursively enumerates all the nodes from the document, starting on the current node, and throwing MaximumRecursionLevelReachedException if RecursionLevel.Maximum is reached.

ToString ( RecursionLevel level ) : string

Returns a System.String that represents this instance.

YamlAliasNode ( string anchor ) : System

Initializes a new instance of the YamlAliasNode class.

메소드 상세

Accept() 공개 메소드

Accepts the specified visitor by calling the appropriate Visit method on it.
public Accept ( IYamlVisitor visitor ) : void
visitor IYamlVisitor /// A . ///
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int