ReadChar() 개인적인 메소드

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