M_CSharpx_Maybe_1_MatchJust - adutton/commandline GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️