Click or drag to resize
DigitalRuneEnumHelperGetValues Method
Retrieves an array of the values of the constants in a specified enumeration.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static Object[] GetValues(
	Type enumType
)

Parameters

enumType
Type: SystemType
An enumeration type.

Return Value

Type: Object
An array of the enumeration values in enumType.
Exceptions
ExceptionCondition
ArgumentNullExceptionenumType is .
ArgumentExceptionenumType is not an Enum.
See Also