System.@__Enum.IsDefined26 C# (CSharp) Method

IsDefined26() private static method

private static IsDefined26 ( global @__envp, global @__class, global enumType, global value ) : bool
@__envp global
@__class global
enumType global
value global
return bool
        private static bool IsDefined26(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle enumType, global::net.sf.jni4net.utils.JniLocalHandle value)
        {
            // (Lsystem/Type;Lsystem/Object;)Z
            // (LSystem/Type;LSystem/Object;)Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            @__return = ((bool)(global::System.Enum.IsDefined(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Type>(@__env, enumType), global::net.sf.jni4net.utils.Convertor.FullJ2C<object>(@__env, value))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }