コード例 #1
0
ファイル: DescendantBaseQuery.cs プロジェクト: yicong/corefx
 public DescendantBaseQuery(DescendantBaseQuery other) : base(other)
 {
     this.matchSelf = other.matchSelf;
     this.abbrAxis  = other.abbrAxis;
 }
コード例 #2
0
 public DescendantBaseQuery(DescendantBaseQuery other) : base(other) {
     this.matchSelf = other.matchSelf;
     this.abbrAxis  = other.abbrAxis;
 }