System.@__Array.Sort65 C# (CSharp) Method

Sort65() private static method

private static Sort65 ( global @__envp, global @__class, global array ) : void
@__envp global
@__class global
array global
return void
        private static void Sort65(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle array)
        {
            // (Lsystem/Array;)V
            // (LSystem/Array;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Array.Sort(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Array>(@__env, array));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }