EnumTEnumGetNames 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 string[] GetNames()

Return Value

String
An array of the values of the constants in TEnum. The elements of the array are in the same order as in case of the result of the GetValues method.

See Also