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