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

Insert13() private static method

private static Insert13 ( global @__envp, global @__obj, int index, global value ) : void
@__envp global
@__obj global
index int
value global
return void
        private static void Insert13(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, int index, global::net.sf.jni4net.utils.JniLocalHandle value)
        {
            // (ILsystem/Object;)V
            // (ILSystem/Object;)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.Insert(index, global::net.sf.jni4net.utils.Convertor.FullJ2C<object>(@__env, value));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }