Click or drag to resize
AttributeHelperGetCustomAttributes Method
Gets the custom attributes of the given type for the given member

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
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: Object
See Also