System.Collections.@__IList.RemoveAt15 C# (CSharp) Method

RemoveAt15() private static method

private static RemoveAt15 ( global @__envp, global @__obj, int index ) : void
@__envp global
@__obj global
index int
return void
        private static void RemoveAt15(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, int index)
        {
            // (I)V
            // (I)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Collections.IList @__real = global::net.sf.jni4net.utils.Convertor.FullJ2C<global::System.Collections.IList>(@__env, @__obj);
            @__real.RemoveAt(index);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }