Beispiel #1
0
 protected override Node CloneCore()
 {
     return(new Attribute(Name.Clone(), Op.Clone(), Value.Clone()));
 }