Skip to content

T_CSharpx_EitherType

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

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

Clone this wiki locally