Class Unit
An uninteresting type with only one value (Value) and no fields.
Like void
, but valid as a type parameter
Inheritance
- Object
- Unit
Declaration
public sealed class Unit : Object
Properties
Value
The single unique Unit value.
Declaration
public static Unit Value { get; }
Property Value
Type | Description |
---|---|