Skip to content

M_CSharpx_Maybe_1_MatchJust

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

Maybe(T).MatchJust Method

Matches a value returning true and value itself via output parameter.

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

Syntax

C#

public bool MatchJust(
	out T value
)

VB

Public Function MatchJust ( 
	<OutAttribute> ByRef value As T
) As Boolean

C++

public:
bool MatchJust(
	[OutAttribute] T% value
)

F#

member MatchJust : 
        value : 'T byref -> bool 

Parameters

 

value
Type: T

Return Value

Type: Boolean

See Also

Reference

Maybe(T) Class
CSharpx Namespace

Clone this wiki locally