C# Class System.Yaml.AnchorDictionary.RewindInfo

Afficher le fichier Open project: jbruening/YamlSerializer-Fork

Méthodes publiques

Свойство Type Description
anchor_name string
old_value YamlNode

Méthodes publiques

Méthode Description
RewindInfo ( string anchor_name, YamlNode old_value ) : System.Collections.Generic

Method Details

RewindInfo() public méthode

public RewindInfo ( string anchor_name, YamlNode old_value ) : System.Collections.Generic
anchor_name string
old_value YamlNode
Résultat System.Collections.Generic

Property Details

anchor_name public_oe property

public string anchor_name
Résultat string

old_value public_oe property

public YamlNode,System.Yaml old_value
Résultat YamlNode