Getc() private method

private Getc ( RubyIO self ) : object
self RubyIO
return object
示例#1
0
 public static object Getc(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Getc(context.InputProvider.GetOrResetCurrentStream()));
 }