Bridge

Enum..::..GetValues Method

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static Array GetValues(
	Type enumType
)
Public Shared Function GetValues ( _
	enumType As Type _
) As Array
public:
static Array^ GetValues(
	Type^ enumType
)

Parameters

enumType
Type: System..::..Type