Base:
method
IsDefined
System.Reflection.Module.IsDefined(System.Type, System.Boolean)
1 reference to IsDefined
mscorlib (1)
system\reflection\emit\modulebuilder.cs (1)
818return InternalModule.IsDefined(attributeType, inherit);