EnumTEnumGetValues Method
Retrieves the array of the values of the constants in enumeration TEnum.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static TEnum[] GetValues()
Public Shared Function GetValues As TEnum()
public:
static array<TEnum>^ GetValues()
static member GetValues : unit -> 'TEnum[]
Return Value
TEnumAn array of the values of the constants in
TEnum.
The elements of the array are sorted by the binary values of the enumeration constants.