Base:
method
GetCustomAttributes
System.Reflection.MemberInfo.GetCustomAttributes(System.Boolean)
1 reference to GetCustomAttributes
mscorlib (1)
system\reflection\emit\dynamicmethod.cs (1)
763public override Object[] GetCustomAttributes(bool inherit) { return m_dynMethod.GetCustomAttributes(inherit); }