System.Reflection.Emit.FieldOnTypeBuilderInstantiation.IsDefined C# (CSharp) Méthode

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool
        public override bool IsDefined(Type attributeType, bool inherit) { return m_field.IsDefined(attributeType, inherit); }
        internal override int MetadataTokenInternal