DefaultBoxedValue()

DefaultBoxedValue::DefaultBoxedValue(const T&) constructor

Constructs a new instance of DefaultBoxedValue class that represents the specified value.

System::DefaultBoxedValue<T>::DefaultBoxedValue(const T &value)

Arguments

ParameterTypeDescription
valueconst T&The value to box

See Also