Class Unit
An uninteresting type with only one value (Value) and no fields.
Like void
, but valid as a type parameter
Namespace: Pidgin
Assembly: Pidgin.dll
Syntax
public sealed class Unit : object
Properties
| Improve this Doc View SourceValue
The single unique Unit value.
Declaration
public static Unit Value { get; }
Property Value
Type | Description |
---|---|
Unit |