Skip to content

M_CSharpx_Maybe_Nothing__1

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

Maybe.Nothing(T) Method

Builds the empty case of Maybe.

Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static Maybe<T> Nothing<T>()

VB

Public Shared Function Nothing(Of T) As Maybe(Of T)

C++

public:
generic<typename T>
static Maybe<T>^ Nothing()

F#

static member Nothing : unit -> Maybe<'T> 

Type Parameters

 

T

Return Value

Type: Maybe(T)

See Also

Reference

Maybe Class
CSharpx Namespace

Clone this wiki locally