示例#1
0
 public static int Putc(BinaryOpStorage /*!*/ writeStorage, object self, [DefaultProtocol] int c)
 {
     return(PrintOps.Putc(writeStorage, self, c));
 }
示例#2
0
 public static MutableString /*!*/ Putc(BinaryOpStorage /*!*/ writeStorage, object self, [NotNull] MutableString /*!*/ val)
 {
     return(PrintOps.Putc(writeStorage, self, val));
 }