Beispiel #1
0
 public DescendantBaseQuery(DescendantBaseQuery other) : base(other)
 {
     this.matchSelf = other.matchSelf;
     this.abbrAxis  = other.abbrAxis;
 }
 public DescendantBaseQuery(DescendantBaseQuery other) : base(other) {
     this.matchSelf = other.matchSelf;
     this.abbrAxis  = other.abbrAxis;
 }