System.Collections.@__IDictionaryEnumerator.InitJNI C# (CSharp) Метод

InitJNI() приватный статический Метод

private static InitJNI ( global @__env, java @__class ) : void
@__env global
@__class java
Результат void
        private static void InitJNI(global::net.sf.jni4net.jni.JNIEnv @__env, java.lang.Class @__class)
        {
            global::System.Collections.@__IDictionaryEnumerator.staticClass = @__class;
            global::System.Collections.@__IDictionaryEnumerator.j4n_MoveNext0 = @__env.GetMethodID(global::System.Collections.@__IDictionaryEnumerator.staticClass, "MoveNext", "()Z");
            global::System.Collections.@__IDictionaryEnumerator.j4n_Current1 = @__env.GetMethodID(global::System.Collections.@__IDictionaryEnumerator.staticClass, "getCurrent", "()Lsystem/Object;");
            global::System.Collections.@__IDictionaryEnumerator.j4n_Reset2 = @__env.GetMethodID(global::System.Collections.@__IDictionaryEnumerator.staticClass, "Reset", "()V");
            global::System.Collections.@__IDictionaryEnumerator.j4n_Key3 = @__env.GetMethodID(global::System.Collections.@__IDictionaryEnumerator.staticClass, "getKey", "()Lsystem/Object;");
            global::System.Collections.@__IDictionaryEnumerator.j4n_Value4 = @__env.GetMethodID(global::System.Collections.@__IDictionaryEnumerator.staticClass, "getValue", "()Lsystem/Object;");
            global::System.Collections.@__IDictionaryEnumerator.j4n_Entry5 = @__env.GetMethodID(global::System.Collections.@__IDictionaryEnumerator.staticClass, "getEntry", "()Lsystem/ValueType;");
        }