Skip to content

M_CSharpx_Either_2__ctor

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

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

Clone this wiki locally