System::ObjectExt::BoxEnum methode

ObjectExt::BoxEnum method

Boxt enum-types zodat ze worden doorgegeven als Object.

template<typename T> static SmartPtr<System::BoxedValueBase> System::ObjectExt::BoxEnum(T enumValue)
ParameterBeschrijving
TEnum type om te boxen.
ParameterTypeBeschrijving
enumValueTEnum waarde om te boxen.

ReturnValue

Geboxte enum-waarde.

Zie ook