Skip to content

M_CSharpx_Either_2_MatchRight

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

Either(TLeft, TRight).MatchRight Method

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

Syntax

C#

public bool MatchRight(
	out TRight value
)

VB

Public Function MatchRight ( 
	<OutAttribute> ByRef value As TRight
) As Boolean

C++

public:
bool MatchRight(
	[OutAttribute] TRight% value
)

F#

member MatchRight : 
        value : 'TRight byref -> bool 

Parameters

 

value
Type: TRight

Return Value

Type: Boolean

See Also

Reference

Either(TLeft, TRight) Class
CSharpx Namespace

Clone this wiki locally