System::ObjectExt::BoxEnum method

ObjectExt::BoxEnum method

Boxes enum types for being propagated as Object.

template<typename T> static SmartPtr<System::BoxedValueBase> System::ObjectExt::BoxEnum(T enumValue)
ParameterDescription
TEnum type to box.
ParameterTypeDescription
enumValueTEnum value to box.

ReturnValue

Boxed enum value.

See Also