ClassEnumHelper
Class
Definition
Namespace:Telerik.Reporting.Utils
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public static class EnumHelper
Inheritance: objectEnumHelper
Methods
GetAttributeOfType<T>(Enum)
Gets the first attribute occurrence of particular attribute type.
Declaration
cs-api-definition
public static T GetAttributeOfType<T>(this Enum enumVal) where T : Attribute
Parameters
enumVal
Enum
The enum value.
Returns
T