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)
816
public override bool
IsDefined
(Type attributeType, bool inherit)
system\reflection\module.cs (1)
1032
public override bool
IsDefined
(Type attributeType, bool inherit)
1 reference to IsDefined
mscorlib (1)
system\attribute.cs (1)
722
return element.
IsDefined
(attributeType,false);