Seek() приватный Метод

private Seek ( RubyIO self, [ pos, [ seekOrigin ) : int
self RubyIO
pos [
seekOrigin [
Результат int
Пример #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));
 }