ToIO() 개인적인 메소드

private ToIO ( RubyIO self ) : RubyIO
self RubyIO
리턴 RubyIO
예제 #1
0
 public static RubyIO ToIO(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.ToIO(context.InputProvider.GetCurrentStream()));
 }