コード例 #1
0
 protected CacheOutputQuery(CacheOutputQuery other) : base(other)
 {
     this.input        = Clone(other.input);
     this.outputBuffer = new List <XPathNavigator>(other.outputBuffer);
     this.count        = other.count;
 }
コード例 #2
0
ファイル: CacheOutputQuery.cs プロジェクト: noahfalk/corefx
 protected CacheOutputQuery(CacheOutputQuery other) : base(other)
 {
     this.input = Clone(other.input);
     this.outputBuffer = new List<XPathNavigator>(other.outputBuffer);
     this.count = other.count;
 }