Example #1
0
 public override bool ReadToDescendant(string name)
 {
     CheckAsync();
     return(_coreReader.ReadToDescendant(name));
 }