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()));
 }