Esempio n. 1
0
 public static void __hx_ctor_cs_io_NativeOutput(global::cs.io.NativeOutput __hx_this, global::System.IO.Stream stream)
 {
     __hx_this.stream = stream;
     if (!(stream.CanWrite))
     {
         throw global::haxe.lang.HaxeException.wrap("Read-only stream");
     }
 }
Esempio n. 2
0
 protected static void __hx_ctor_cs_io_NativeOutput(global::cs.io.NativeOutput __hx_this, global::System.IO.Stream stream)
 {
                 #line 35 "C:\\HaxeToolkit\\haxe\\std\\cs\\io\\NativeOutput.hx"
     __hx_this.stream = stream;
     if (!(stream.CanWrite))
     {
                         #line 37 "C:\\HaxeToolkit\\haxe\\std\\cs\\io\\NativeOutput.hx"
         throw global::haxe.lang.HaxeException.wrap("Read-only stream");
     }
 }
Esempio n. 3
0
 protected static void __hx_ctor_cs_io_NativeOutput(global::cs.io.NativeOutput __hx_this, global::System.IO.Stream stream)
 {
                 #line 35 "/opt/haxe/std/cs/io/NativeOutput.hx"
     __hx_this.stream = stream;
     if (!(stream.CanWrite))
     {
                         #line 37 "/opt/haxe/std/cs/io/NativeOutput.hx"
         throw ((global::System.Exception)(global::haxe.Exception.thrown("Read-only stream")));
     }
 }