Pos() 개인적인 메소드

private Pos ( RubyIO self ) : object
self RubyIO
리턴 object
예제 #1
0
 public static void Pos(RubyContext /*!*/ context, object self, [DefaultProtocol] IntegerValue pos)
 {
     RubyIOOps.Pos(context.InputProvider.GetCurrentStream(), pos);
 }
예제 #2
0
 public static object Pos(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Pos(context.InputProvider.GetCurrentStream()));
 }