Box<T>
Typed representation of the boxed value type.
Indicates that this container hold no reference.
Gets a managed pointer to the boxed value type.
Wraps the reference to the boxed value type.
Creates boxed representation of the specified value type.
Determines whether the two containers store the references to the same boxed value.
Unboxes the reference value.
Determines whether the two containers store the references to the different boxed values.
Determines whether this container holds the same reference as the specified container.
Gets pinnable managed pointer to the boxed object.