EnumExtensions
.
.
::
.
.
EnumToList
<
(Of
<
(
<'
T
>
)
>
)
>
Method
Enums to list.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
List
<T>
EnumToList
<T>()
Type Parameters
T
Return Value
List<T>.
Exceptions
Exception
Condition
ArgumentException
T must be of type System.Enum
See Also
EnumExtensions Class
Core Namespace