Exemplo n.º 1
0
 public int ReadChars(char[] buffer, int index, int count)
 {
     return(_impl.ReadChars(buffer, index, count));
 }