GetNames()
EnumValuesBase::GetNames(const TypeInfo&) method
Retrieves an array of the names of the constants in a specified enumeration.
static ArrayPtr<String> System::EnumValuesBase::GetNames(const TypeInfo &type)
Arguments
Parameter | Type | Description |
---|---|---|
type | const TypeInfo& | An enumeration type. |
Return Value
A string array of the names of the constants in enumType.
See Also
- Typedef ArrayPtr
- Class String
- Class TypeInfo
- Class EnumValuesBase
- Namespace System
- Library Aspose.Slides