protected CacheOutputQuery(CacheOutputQuery other) : base(other)
 {
     this.input        = Clone(other.input);
     this.outputBuffer = new List <XPathNavigator>(other.outputBuffer);
     this.count        = other.count;
 }
예제 #2
0
 protected CacheOutputQuery(CacheOutputQuery other) : base(other)
 {
     this.input = Clone(other.input);
     this.outputBuffer = new List<XPathNavigator>(other.outputBuffer);
     this.count = other.count;
 }