System.Collections.@__ICollection.InitJNI C# (CSharp) Method

InitJNI() private static method

private static InitJNI ( global @__env, java @__class ) : void
@__env global
@__class java
return void
        private static void InitJNI(global::net.sf.jni4net.jni.JNIEnv @__env, java.lang.Class @__class)
        {
            global::System.Collections.@__ICollection.staticClass = @__class;
            global::System.Collections.@__ICollection.j4n_GetEnumerator0 = @__env.GetMethodID(global::System.Collections.@__ICollection.staticClass, "GetEnumerator", "()Lsystem/collections/IEnumerator;");
            global::System.Collections.@__ICollection.j4n_CopyTo1 = @__env.GetMethodID(global::System.Collections.@__ICollection.staticClass, "CopyTo", "(Lsystem/Array;I)V");
            global::System.Collections.@__ICollection.j4n_Count2 = @__env.GetMethodID(global::System.Collections.@__ICollection.staticClass, "getCount", "()I");
            global::System.Collections.@__ICollection.j4n_SyncRoot3 = @__env.GetMethodID(global::System.Collections.@__ICollection.staticClass, "getSyncRoot", "()Lsystem/Object;");
            global::System.Collections.@__ICollection.j4n_IsSynchronized4 = @__env.GetMethodID(global::System.Collections.@__ICollection.staticClass, "isSynchronized", "()Z");
        }