public static CollectionPropertyDiffNode FromPropertyDiffNode(PropertyDiffNode copyNode) { return(copyNode == null ? null : new CollectionPropertyDiffNode(copyNode)); }
public CollectionPropertyDiffNode(PropertyDiffNode copyNode) : this(copyNode.Property, copyNode.PropertyPath, copyNode.Value, copyNode.DocType, copyNode.Nodes, copyNode.Expanded) { }