System.@__Object.GetHashCode4 C# (CSharp) Method

GetHashCode4() private static method

private static GetHashCode4 ( global @__envp, global @__obj ) : int
@__envp global
@__obj global
return int
        private static int GetHashCode4(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj)
        {
            // ()I
            // ()I
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            int @__return = default(int);
            try {
            object @__real = global::net.sf.jni4net.utils.Convertor.FullJ2C<object>(@__env, @__obj);
            @__return = ((int)(@__real.GetHashCode()));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }