In The Hand LtdIn The Hand
GetValues Method (enumType)
NamespacesInTheHandEnumHelperGetValues(Type)
.NET Components for Mobility
Retrieves an array of the values of the constants in a specified enumeration.
Declaration Syntax
C#Visual Basic
public static Enum[] GetValues(
	Type enumType
)
Public Shared Function GetValues ( _
	enumType As Type _
) As Enum()
Parameters
enumType (Type)
An enumeration type.
Return Value
An Array of the values of the constants in enumType. The elements of the array are sorted by the values of the enumeration constants.
Remarks
Platforms Supported
Windows Mobile
Windows Mobile Version 5.0 and later
Windows Phone
Windows Phone 7
Windows Embedded Compact
Windows CE .NET 4.1 and later
Exceptions
ExceptionCondition
ArgumentExceptionenumType parameter is not an Enum
See Also

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0