Show / Hide Table of Contents

Class Unit

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

Inheritance
Object
Unit
Namespace: Pidgin
Assembly: Pidgin.dll
Syntax
public sealed class Unit : object

Properties

| Improve this Doc View Source

Value

The single unique Unit value.

Declaration
public static Unit Value { get; }
Property Value
Type Description
Unit
  • Improve this Doc
  • View Source
Back to top Generated by DocFX