Exemple #1
0
 public bool HasLength(int count) => reader.HasLength(count);
 public bool HasLength(int count)
 {
     return(reader.HasLength(count));
 }