C# Class System.Yaml.AnchorDictionary

Afficher le fichier Open project: jbruening/YamlSerializer-Fork

Méthodes publiques

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

Private Methods

Méthode Description
Error ( string format ) : bool

Method Details

Add() public méthode

public Add ( string anchor_name, YamlNode node ) : void
anchor_name string
node YamlNode
Résultat void

AnchorDictionary() public méthode

public AnchorDictionary ( Func error ) : System.Collections.Generic
error Func
Résultat System.Collections.Generic

this() public méthode

public this ( string anchor_name ) : YamlNode
anchor_name string
Résultat YamlNode