Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
Emit ( IEmitter emitter, |
Saves the current node to the specified emitter.
|
|
ResolveAliases ( |
Resolves the aliases that could not be resolved when the node was created.
|
|
SafeAllNodes ( |
Recursively enumerates all the nodes from the document, starting on the current node, and throwing MaximumRecursionLevelReachedException if RecursionLevel.Maximum is reached.
|
|
ToString ( |
Returns a System.String that represents this instance.
|
|
YamlAliasNode ( string anchor ) : System |
Initializes a new instance of the YamlAliasNode class.
|
public Accept ( IYamlVisitor visitor ) : void | ||
visitor | IYamlVisitor |
/// A |
return | void |