Метод | Описание | |
---|---|---|
AddAnchor ( |
Adds the specified node to the anchor list.
|
|
AddNodeWithUnresolvedAliases ( |
Adds the specified node to the collection of nodes with unresolved aliases.
|
|
GetNode ( string anchor, bool throwException, YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end ) : |
Gets the node with the specified anchor.
|
|
ResolveAliases ( ) : void |
Resolves the aliases that could not be resolved while loading the document.
|
public AddAnchor ( |
||
node | The node. | |
Результат | void |
public AddNodeWithUnresolvedAliases ( |
||
node |
/// The |
|
Результат | void |
public GetNode ( string anchor, bool throwException, YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end ) : |
||
anchor | string | The anchor. |
throwException | bool | if set to |
start | YamlDotNet.Core.Mark | The start position. |
end | YamlDotNet.Core.Mark | The end position. |
Результат |