Implemented interface member:
method
IsDefined
System.Reflection.ICustomAttributeProvider.IsDefined(System.Type, System.Boolean)
2 overrides of IsDefined
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
816public override bool IsDefined(Type attributeType, bool inherit)
system\reflection\module.cs (1)
1032public override bool IsDefined(Type attributeType, bool inherit)
1 reference to IsDefined
mscorlib (1)
system\attribute.cs (1)
722return element.IsDefined(attributeType,false);