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

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void
        public void RemoveAt(int index)
        {
            global::net.sf.jni4net.jni.JNIEnv @__env = this.Env;
            using(new global::net.sf.jni4net.jni.LocalFrame(@__env, 12)){
            @__env.CallVoidMethod(this, global::System.Collections.@__IList.j4n_RemoveAt15, global::net.sf.jni4net.utils.Convertor.ParPrimC2J(index));
            }
        }