Closed() приватный Метод

private Closed ( RubyIO self ) : bool
self RubyIO
Результат bool
Пример #1
0
 public static bool Closed(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Closed(context.InputProvider.GetCurrentStream()));
 }