EnumTEnumGetValues Method

Retrieves the array of the values of the constants in enumeration TEnum.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public static TEnum[] GetValues()

Return Value

TEnum
An array of the values of the constants in TEnum. The elements of the array are sorted by the binary values of the enumeration constants.

See Also