Inheritance: BaseAxisQuery
 protected CacheAxisQuery(CacheAxisQuery other) : base((BaseAxisQuery)other)
 {
     this.outputBuffer = new List <XPathNavigator>(other.outputBuffer);
     base.count        = other.count;
 }
示例#2
0
 protected CacheAxisQuery(CacheAxisQuery other) : base(other)
 {
     this.outputBuffer = new List<XPathNavigator>(other.outputBuffer);
     this.count = other.count;
 }