Table of Contents

OrNull Method

Definition

Namespace
Tyne
Assembly
Tyne.Core.dll

Methods

| Edit this page View Source

OrNull<T>(Option<T>)

Declaration
[Pure]
public static T? OrNull<T>(this Option<T> option) where T : struct
Parameters
option
Option<T>
Returns
T?
Type Parameters
T