Getc() private méthode

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