System.Reflection.@__ICustomAttributeProvider.IsDefined C# (CSharp) Method

IsDefined() public method

public IsDefined ( global attributeType, bool inherit ) : bool
attributeType global
inherit bool
return bool
        public bool IsDefined(global::System.Type attributeType, bool inherit)
        {
            global::net.sf.jni4net.jni.JNIEnv @__env = this.Env;
            using(new global::net.sf.jni4net.jni.LocalFrame(@__env, 14)){
            return ((bool)(@__env.CallBooleanMethod(this, global::System.Reflection.@__ICustomAttributeProvider.j4n_IsDefined2, global::net.sf.jni4net.utils.Convertor.ParStrongC2Jp<global::System.Type>(@__env, attributeType), global::net.sf.jni4net.utils.Convertor.ParPrimC2J(inherit))));
            }
        }