M_CSharpx_Either_2__ctor - adutton/commandline GitHub Wiki

Either(TLeft, TRight) Constructor

Initializes a new instance of the Either(TLeft, TRight) class

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

Syntax

C#

protected Either(
	EitherType tag
)

VB

Protected Sub New ( 
	tag As EitherType
)

C++

protected:
Either(
	EitherType tag
)

F#

new : 
        tag : EitherType -> Either

Parameters

 

tag
Type: CSharpx.EitherType

See Also

Reference

Either(TLeft, TRight) Class
CSharpx Namespace

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