Skip to content

M_CSharpx_Maybe_Just__1

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

Maybe.Just(T) Method

Builds the case when Maybe contains a value.

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

Syntax

C#

public static Just<T> Just<T>(
	T value
)

VB

Public Shared Function Just(Of T) ( 
	value As T
) As Just(Of T)

C++

public:
generic<typename T>
static Just<T>^ Just(
	T value
)

F#

static member Just : 
        value : 'T -> Just<'T> 

Parameters

 

value
Type: T

Type Parameters

 

T

Return Value

Type: Just(T)

See Also

Reference

Maybe Class
CSharpx Namespace

Clone this wiki locally