| BinarySizeZero Property |
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public static BinarySize Zero { get; }
Public Shared ReadOnly Property Zero As BinarySize
Get
public:
static property BinarySize Zero {
BinarySize get ();
}
static member Zero : BinarySize with get
Property Value
Type:
BinarySizeA
BinarySize instance with
Value set to zero.
See Also