[This is preliminary documentation and is subject to change.]
The Box<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Box<(Of <(<'T>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. (Overrides Cloenable<(Of <(<'T>)>)>..::..Clone()()()().) | |
| Clone1 | Implements Clone()()()() (Inherited from Cloenable<(Of <(<'T>)>)>.) | |
| ToString | String representationm of current instance (Overrides Object..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
| ImplicitWideningImplicitImplicitImplicit(T to Box<(Of <<'(T>)>>)) | Boxes value | |
| ImplicitWideningImplicitImplicitImplicit(Box<(Of <<'(T>)>>) to T) | Unboxes boxed value |
Properties
| Name | Description | |
|---|---|---|
| Item | The value of boxed type |