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)
ParameterTypeDescription
typeconst 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