EnumTEnumGetUnderlyingValues Method
Retrieves the array of the values of the constants in enumeration TEnum
where the element type of the result array is the underlying type of TEnum.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static Array GetUnderlyingValues()
Public Shared Function GetUnderlyingValues As Array
public:
static Array^ GetUnderlyingValues()
static member GetUnderlyingValues : unit -> Array
Return Value
ArrayAn array of the values of the constants in
TEnum
where the element type of the result array is the underlying type of
TEnum.
The elements of the array are sorted by the binary values of the enumeration constants.