AttributeHelperGetCustomAttributes Method |
Gets the custom attributes of the given type for the given member
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public static Object[] GetCustomAttributes(
MethodInfo method,
Type attributeType
)
Parameters
- method
- Type: System.ReflectionMethodInfo
Method for which extract the custom attributes - attributeType
- Type: SystemType
Return Value
Type:
ObjectSee Also