Base:
method
GetCustomAttributes
System.Reflection.MemberInfo.GetCustomAttributes(System.Type, System.Boolean)
1 reference to GetCustomAttributes
mscorlib (1)
system\reflection\emit\constructorbuilder.cs (1)
162return m_methodBuilder.GetCustomAttributes(attributeType, inherit);