System.Collections.@__IList.Insert C# (CSharp) Méthode

Insert() public méthode

public Insert ( int index, object value ) : void
index int
value object
Résultat void
        public void Insert(int index, object value)
        {
            global::net.sf.jni4net.jni.JNIEnv @__env = this.Env;
            using(new global::net.sf.jni4net.jni.LocalFrame(@__env, 14)){
            @__env.CallVoidMethod(this, global::System.Collections.@__IList.j4n_Insert13, global::net.sf.jni4net.utils.Convertor.ParPrimC2J(index), global::net.sf.jni4net.utils.Convertor.ParFullC2J<object>(@__env, value));
            }
        }