System.@__Decimal.@__ctorDecimal4 C# (CSharp) Method

@__ctorDecimal4() private static method

private static @__ctorDecimal4 ( global @__envp, global @__class, global @__obj, global bits ) : void
@__envp global
@__class global
@__obj global
bits global
return void
        private static void @__ctorDecimal4(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle bits)
        {
            // ([I)V
            // ([I)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            decimal @__real = new decimal(global::net.sf.jni4net.utils.Convertor.ArrayPrimJ2Cint(@__env, bits));
            global::net.sf.jni4net.utils.Convertor.InitProxy(@__env, @__obj, @__real);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }