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