| EnumHelperGetValues Method |
Retrieves an array of the values of the constants in a specified enumeration.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static Object[] GetValues(
Type enumType
)
Public Shared Function GetValues (
enumType As Type
) As Object()
public:
static array<Object^>^ GetValues(
Type^ enumType
)
static member GetValues :
enumType : Type -> Object[]
Parameters
- enumType
- Type: SystemType
An enumeration type.
Return Value
Type:
Object
An array of the enumeration values in
enumType.
Exceptions See Also