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)
ParameterTypeDescription
typeconst TypeInfo&An enumeration type.

ReturnValue

A string array of the names of the constants in enumType.

See Also