Метод | Описание | |
---|---|---|
Accept ( IYamlVisitor visitor ) : void |
Accepts the specified visitor by calling the appropriate Visit method on it.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
ToString ( ) : string | ||
this ( |
Gets the value associated with a key in a YamlMappingNode.
|
|
this ( int index ) : |
Gets the nth element in a YamlSequenceNode.
|
Метод | Описание | |
---|---|---|
CombineHashCodes ( int h1, int h2 ) : int |
Combines two hash codes into one.
|
|
Equals ( |
Provides a basic implementation of Object.Equals
|
|
GetHashCode ( object value ) : int |
Gets the hash code of the specified object, or zero if the object is null.
|
|
SafeEquals ( object first, object second ) : bool |
Gets a value indicating whether two objects are equal.
|
Метод | Описание | |
---|---|---|
Emit ( IEmitter emitter, |
Saves the current node to the specified emitter.
|
|
Load ( |
Loads the specified event.
|
|
ParseNode ( IParser parser, |
Parses the node represented by the next event in parser.
|
|
ResolveAliases ( |
Resolves the aliases that could not be resolved when the node was created.
|
|
SafeAllNodes ( |
When implemented, recursively enumerates all the nodes from the document, starting on the current node. If RecursionLevel.Maximum is reached, a MaximumRecursionLevelReachedException is thrown instead of continuing and crashing with a StackOverflowException.
|
|
Save ( IEmitter emitter, |
Saves the current node to the specified emitter.
|
|
ToString ( |
public abstract Accept ( IYamlVisitor visitor ) : void | ||
visitor | IYamlVisitor |
/// A |
Результат | void |
protected static CombineHashCodes ( int h1, int h2 ) : int | ||
h1 | int | |
h2 | int | |
Результат | int |
protected static GetHashCode ( object value ) : int | ||
value | object | |
Результат | int |
protected static SafeEquals ( object first, object second ) : bool | ||
first | object | |
second | object | |
Результат | bool |