C# Class System.Yaml.AnchorDictionary

Datei anzeigen Open project: jbruening/YamlSerializer-Fork

Public Methods

Method Description
Add ( string anchor_name, YamlNode node ) : void
AnchorDictionary ( Func error ) : System.Collections.Generic
this ( string anchor_name ) : YamlNode

Private Methods

Method Description
Error ( string format ) : bool

Method Details

Add() public method

public Add ( string anchor_name, YamlNode node ) : void
anchor_name string
node YamlNode
return void

AnchorDictionary() public method

public AnchorDictionary ( Func error ) : System.Collections.Generic
error Func
return System.Collections.Generic

this() public method

public this ( string anchor_name ) : YamlNode
anchor_name string
return YamlNode