C# Class System.Yaml.AnchorDictionary.RewindInfo

Datei anzeigen Open project: jbruening/YamlSerializer-Fork

Public Properties

Property Type Description
anchor_name string
old_value YamlNode

Public Methods

Method Description
RewindInfo ( string anchor_name, YamlNode old_value ) : System.Collections.Generic

Method Details

RewindInfo() public method

public RewindInfo ( string anchor_name, YamlNode old_value ) : System.Collections.Generic
anchor_name string
old_value YamlNode
return System.Collections.Generic

Property Details

anchor_name public_oe property

public string anchor_name
return string

old_value public_oe property

public YamlNode,System.Yaml old_value
return YamlNode