System.Reflection.Emit.MethodOnTypeBuilderInstantiation.IsDefined C# (CSharp) Method

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
return bool
        public override bool IsDefined(Type attributeType, bool inherit) { return m_method.IsDefined(attributeType, inherit); }
        internal override int MetadataTokenInternal { get { return m_method.MetadataTokenInternal; } }