Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.