T_CSharpx_EitherType - adutton/commandline GitHub Wiki

EitherType Enumeration

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

Syntax

C#

internal enum EitherType

VB

Friend Enumeration EitherType

C++

internal enum class EitherType

F#

type internal EitherType

Members

 

Member name Value Description
Left 0 Failed computation case.
Right 1 Sccessful computation case.

See Also

Reference

CSharpx Namespace

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