Boxes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines common boxed values.
public ref class Boxes abstract sealed
public ref class Boxes abstract sealed
class Boxes abstract sealed
public static class Boxes
type Boxes = class
Public Class Boxes
- Inheritance
-
Boxes
Fields
BooleanFalse |
Value of |
BooleanTrue |
Value of |
DoubleZero | |
Int32NegativeOne | |
Int32One | |
Int32Zero | |
UInt32One | |
UInt32Zero | |
UInt64Zero |
Methods
Box(Boolean) |
Gets the box value specified. |
Box(Double) | |
Box(Int32) | |
Box(Nullable<Boolean>) |
Gets the box value specified. |
Box(UInt32) | |
Box(UInt64) |