示例#1
0
 public override sbyte ReadByte()
 {
     try
     {
         return(@delegate.Get());
     }
     catch (ReadPastEndException e)
     {
         throw OutOfBounds(e);
     }
 }