Click or drag to resize
EnumTEnumGetNames Method
Retrieves an array of the names of the constants in a specified enumeration.

Namespace: Bobs
Assembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntax
public static string[] GetNames()

Return Value

Type: String
A string array of the names of the constants in TEnum.
See Also