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.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public static Array GetUnderlyingValues()

Return Value

Array
An 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.

See Also