Class EnumHelper<T>
- Namespace
 - RadioExt_Helper.utility
 
- Assembly
 - RadioExt-Helper.dll
 
Contains helper methods for working with Enum types.
  
  public static class EnumHelper<T> where T : Enum
  Type Parameters
T- The Enum type to get descriptions of.
 
- Inheritance
 - 
      
      EnumHelper<T>
 
- Inherited Members
 
Methods
GetEnumDescriptions()
Gets all the field descriptions of the specified Enum class.
  
  public static IEnumerable<string?> GetEnumDescriptions()
  Returns
- IEnumerable<string>
 - An IEnumerable<T> that contains the descriptions.