 | EnumTEnumGetNames Method |
Retrieves an array of the names of the constants in a specified enumeration.
Namespace: BobsAssembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntaxpublic static string[] GetNames()
Public Shared Function GetNames As String()
public:
static array<String^>^ GetNames()
static member GetNames : unit -> string[]
Return Value
Type:
StringA string array of the names of the constants in
TEnum.
See Also