GetValues()

EnumValuesBase::GetValues(const TypeInfo&) method

Returns an array containing all values of the specified enumeration type.

static ArrayPtr<int64_t> System::EnumValuesBase::GetValues(const TypeInfo &type)

Arguments

ParameterTypeDescription
typeconst TypeInfo&The TypeInfo object representing the type of the enumeration whose values to return

Return Value

An array containing values of all enumeration constants of the enumeration type specified by type.

See Also