StrongBox<T>
Holds a reference to a value.
Represents the value that the StrongBox<T> references.
public StrongBox()
Initializes a new StrongBox which can receive a value when used in a reference call.
Initializes a new instance of the StrongBox<T> class by using the supplied value.