EnumTEnumGetNames 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 string[] GetNames()
Public Shared Function GetNames As String()
public:
static array<String^>^ GetNames()
static member GetNames : unit -> string[]
Return Value
StringAn 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.