Table of Contents

Tyne Namespace

Classes

DateTimeConversionExtensions

Extensions for converting DateTimes with TimeZoneInfos.

DisposableAction

Executes an Action when disposed.

Option

Static methods for creating Option<T>s.

OptionExtensions

Extensions for working with Option<T>s.

OptionJsonConverterFactory

Supports converting Option<T>s to/from JSON using a factory pattern.

Result

Static methods for creating Result<T, TE>s.

ResultExtensions

Extensions for working with Result<T, TE>s.

ResultJsonConverterFactory

Supports converting Result<T, TE>s to/from JSON using a factory pattern.

Result<T, TE>

A result encapsulates either Ok(T) or Error(TE).

Structs

Option<T>

An option encapsulates either Some(T) or None.

Unit

The Unit type is a type that indicates the absence of a specific value; the Unit type has only a single value, which acts as a placeholder when no other value exists or is needed. Represents void since that is not a valid Type in C#.