T_CSharpx_EitherType - adutton/commandline GitHub Wiki
Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
internal enum EitherTypeVB
Friend Enumeration EitherTypeC++
internal enum class EitherTypeF#
type internal EitherType
| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | Failed computation case. | |
| Right | 1 | Sccessful computation case. |