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

IsFixedSize12() private static method

private static IsFixedSize12 ( global @__envp, global @__obj ) : bool
@__envp global
@__obj global
return bool
        private static bool IsFixedSize12(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj)
        {
            // ()Z
            // ()Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            global::System.Collections.IDictionary @__real = global::net.sf.jni4net.utils.Convertor.FullJ2C<global::System.Collections.IDictionary>(@__env, @__obj);
            @__return = ((bool)(@__real.IsFixedSize));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }