M_CSharpx_Either_2__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the Either(TLeft, TRight) class
Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
protected Either(
EitherType tag
)VB
Protected Sub New (
tag As EitherType
)C++
protected:
Either(
EitherType tag
)F#
new :
tag : EitherType -> Either
- tag
- Type: CSharpx.EitherType