Exemple #1
0
 public ObjectPropertyInfo Clone() => new ObjectPropertyInfo()
 {
     PathParts = PathParts.ToList()
 };