System.Collections.@__IDictionary.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.@__IDictionary.staticClass = @__class;
            global::System.Collections.@__IDictionary.j4n_CopyTo0 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "CopyTo", "(Lsystem/Array;I)V");
            global::System.Collections.@__IDictionary.j4n_Count1 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "getCount", "()I");
            global::System.Collections.@__IDictionary.j4n_SyncRoot2 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "getSyncRoot", "()Lsystem/Object;");
            global::System.Collections.@__IDictionary.j4n_IsSynchronized3 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "isSynchronized", "()Z");
            global::System.Collections.@__IDictionary.j4n_Item4 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "getItem", "(Lsystem/Object;)Lsystem/Object;");
            global::System.Collections.@__IDictionary.j4n_Item5 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "setItem", "(Lsystem/Object;Lsystem/Object;)V");
            global::System.Collections.@__IDictionary.j4n_Keys6 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "getKeys", "()Lsystem/collections/ICollection;");
            global::System.Collections.@__IDictionary.j4n_Values7 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "getValues", "()Lsystem/collections/ICollection;");
            global::System.Collections.@__IDictionary.j4n_Contains8 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "Contains", "(Lsystem/Object;)Z");
            global::System.Collections.@__IDictionary.j4n_Add9 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "Add", "(Lsystem/Object;Lsystem/Object;)V");
            global::System.Collections.@__IDictionary.j4n_Clear10 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "Clear", "()V");
            global::System.Collections.@__IDictionary.j4n_IsReadOnly11 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "isReadOnly", "()Z");
            global::System.Collections.@__IDictionary.j4n_IsFixedSize12 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "isFixedSize", "()Z");
            global::System.Collections.@__IDictionary.j4n_Remove13 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "Remove", "(Lsystem/Object;)V");
            global::System.Collections.@__IDictionary.j4n_GetEnumerator14 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "GetEnumerator", "()Lsystem/collections/IDictionaryEnumerator;");
            global::System.Collections.@__IDictionary.j4n_GetEnumerator15 = @__env.GetMethodID(global::System.Collections.@__IDictionary.staticClass, "IEnumerable_GetEnumerator", "()Lsystem/collections/IEnumerator;");
        }