BoxedEnum()

BoxedEnum::BoxedEnum(E) constructor

Constructs an instance that represents the specified enumeration value.

System::BoxedEnum<E, UT>::BoxedEnum(E e)

Arguments

ParameterTypeDescription
eEEnumeration value to be boxed and represented by the constructed instance.

See Also