System.Collections.@__IDictionary.System C# (CSharp) Method

System() private method

private System ( ) : global::System.Collections.IEnumerator
return global::System.Collections.IEnumerator
        global::System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()
        {
            global::net.sf.jni4net.jni.JNIEnv @__env = this.Env;
            using(new global::net.sf.jni4net.jni.LocalFrame(@__env, 10)){
            return global::net.sf.jni4net.utils.Convertor.FullJ2C<global::System.Collections.IEnumerator>(@__env, @__env.CallObjectMethodPtr(this, global::System.Collections.@__IDictionary.j4n_GetEnumerator15));
            }
        }