System::EnumValuesBase::GetValues method
EnumValuesBase::GetValues method
Returns an array containing all values of the specified enumeration type.
static ArrayPtr<int64_t> System::EnumValuesBase::GetValues(const TypeInfo &type)
Parameter | Type | Description |
---|---|---|
type | const TypeInfo& | The TypeInfo object representing the type of the enumeration whose values to return |
ReturnValue
An array containing values of all enumeration constants of the enumeration type specified by type.
See Also
- Typedef ArrayPtr
- Class TypeInfo
- Class EnumValuesBase
- Namespace System
- Library Aspose.PUB for C++