-
Home
-
API
-
SharpYaml.Model
-
MappingPairChanged
-
Constructors
-
MappingPairChanged(YamlMapping, IList, KeyValuePair, KeyValuePair, Int32)
MappingPairChanged(YamlMapping, IList, KeyValuePair<YamlElement, YamlElement>, KeyValuePair<YamlElement, YamlElement>, Int32) Constructor
Definition
Initializes a new instance of this type.
public MappingPairChanged(YamlMapping node, IList<Path> parentPaths, KeyValuePair<YamlElement, YamlElement> oldChild, KeyValuePair<YamlElement, YamlElement> newChild, int index)
Parameters