EnumExtensions
.
.
::
.
.
Count
<
(Of
<
(
<'
T
>
)
>
)
>
Method
Counts the specified soure.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
int
Count
<T>(
Enum
soure
)
where
T :
IConvertible
Type Parameters
T
Parameters
soure
Type:
Enum
The soure.
Return Value
System.Int32.
Exceptions
Exception
Condition
ArgumentException
T must be an enumerated type
See Also
EnumExtensions Class
Core Namespace