Boxed

Description

sealed class Tinman.Core.Util.Boxed<T>

Helper class for boxing non-object values into objects.

Public / Constructors

Boxed


public constructor Boxed → (1)

value in : T

The initial value.

Creates a new instance of Boxed.

Public / Attributes

Value


public attribute Value → (T)

The boxed value.