FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

M_CSharpx_Maybe_Just__1 · commandlineparser/commandline Wiki · GitHub

M_CSharpx_Maybe_Just__1 · commandlineparser/commandline Wiki · GitHub
Skip to content

Navigation Menu

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

Wiki pages Pages 1,025

Clone this wiki locally

Footer

© 2026 GitHub, Inc.

Back | FazBrowse Home | New Git URL