System.Reflection.Emit.ConstructorOnTypeBuilderInstantiation.IsDefined C# (CSharp) Метод

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Результат bool
        public override bool IsDefined(Type attributeType, bool inherit) { return m_ctor.IsDefined(attributeType, inherit); }
        internal override int MetadataTokenInternal