System.@__Console.WriteLine70 C# (CSharp) Méthode

WriteLine70() private static méthode

private static WriteLine70 ( global @__envp, global @__class, global value ) : void
@__envp global
@__class global
value global
Résultat void
        private static void WriteLine70(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle value)
        {
            // (Lsystem/Decimal;)V
            // (LSystem/Decimal;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Console.WriteLine(global::net.sf.jni4net.utils.Convertor.StrongJp2C<decimal>(@__env, value));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }