'Declaration
<ExtensionAttribute()> Public Shared Function GetEnumValues(Of T)( _ ByVal enumType As Type _ ) As IList(Of T)
Parameters
- enumType
- Enum type.
Type Parameters
- T
- Enum type.
Return Value
The list of values for that enum type.
'Declaration
<ExtensionAttribute()> Public Shared Function GetEnumValues(Of T)( _ ByVal enumType As Type _ ) As IList(Of T)