ICustomAttributeProvider::GetCustomAttributes Method
.NET Framework (current version)
Returns custom attributes defined on this member.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetCustomAttributes(Boolean) | Returns an array of all of the custom attributes defined on this member, excluding named attributes, or an empty array if there are no custom attributes. |
![]() | GetCustomAttributes(Type^, Boolean) | Returns an array of custom attributes defined on this member, identified by type, or an empty array if there are no custom attributes of that type. |
Show:
