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