Seek() private method

private Seek ( RubyIO self, [ pos, [ seekOrigin ) : int
self RubyIO
pos [
seekOrigin [
return int
Ejemplo n.º 1
0
 public static int Seek(RubyContext /*!*/ context, object self, [DefaultProtocol] IntegerValue pos, [DefaultProtocol, DefaultParameterValue(RubyIOOps.SEEK_SET)] int seekOrigin)
 {
     return(RubyIOOps.Seek(context.InputProvider.GetCurrentStream(), pos, seekOrigin));
 }