FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

M_CSharpx_Either_Left__2 · commandlineparser/commandline Wiki · GitHub

M_CSharpx_Either_Left__2 · commandlineparser/commandline Wiki · GitHub
Skip to content

Navigation Menu

M_CSharpx_Either_Left__2

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

Either.Left(TLeft, TRight) Method

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

Syntax

C#

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

VB

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

C++

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

F#

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

Parameters

 

value
Type: TLeft

Type Parameters

 

TLeft
TRight

Return Value

Type: Either(TLeft, TRight)

See Also

Reference

Either Class
CSharpx Namespace

Wiki pages Pages 1,025

Clone this wiki locally

Footer

© 2026 GitHub, Inc.

Back | FazBrowse Home | New Git URL