System::EnumValuesBase::GetNames method
EnumValuesBase::GetNames method
Retrieves an array of the names of the constants in a specified enumeration.
static ArrayPtr<String> System::EnumValuesBase::GetNames(const TypeInfo &type)
| Parameter | Type | Description | 
|---|---|---|
| type | const TypeInfo& | An enumeration type. | 
ReturnValue
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.PDF for C++