Exemple #1
0
 public override int IndexOf(int fromIndex, int toIndex, sbyte value)
 {
     return(_buffer.indexOf(fromIndex, toIndex, value));
 }