Pidgin

Class Unit

An uninteresting type with only one value (Value) and no fields. Like void, but valid as a type parameter

Inheritance
Declaration
public sealed class Unit : Object

Properties

Value

The single unique Unit value.

Declaration
public static Unit Value { get; }
Property Value
Type Description

Unit

In This Article