System.Collections.@__IDictionaryEnumerator.Reset2 C# (CSharp) Method

Reset2() private static method

private static Reset2 ( global @__envp, global @__obj ) : void
@__envp global
@__obj global
return void
        private static void Reset2(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj)
        {
            // ()V
            // ()V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Collections.IDictionaryEnumerator @__real = global::net.sf.jni4net.utils.Convertor.FullJ2C<global::System.Collections.IDictionaryEnumerator>(@__env, @__obj);
            ((global::System.Collections.IEnumerator)(@__real)).Reset();
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }