Eof() 개인적인 메소드

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