Skip to content

M_CSharpx_Either_Right__2

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

Either.Right(TLeft, TRight) Method

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

Syntax

C#

public static Either<TLeft, TRight> Right<TLeft, TRight>(
	TRight value
)

VB

Public Shared Function Right(Of TLeft, TRight) ( 
	value As TRight
) As Either(Of TLeft, TRight)

C++

public:
generic<typename TLeft, typename TRight>
static Either<TLeft, TRight>^ Right(
	TRight value
)

F#

static member Right : 
        value : 'TRight -> Either<'TLeft, 'TRight> 

Parameters

 

value
Type: TRight

Type Parameters

 

TLeft
TRight

Return Value

Type: Either(TLeft, TRight)

See Also

Reference

Either Class
CSharpx Namespace

Clone this wiki locally