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#

internalenum EitherType

VB

FriendEnumerationEitherType

C++

internal enumclassEitherType

F#

typeinternalEitherType

Members

Member nameValueDescription
Left0Failed computation case.
Right1Sccessful computation case.

See Also

Reference

CSharpx Namespace

Clone this wiki locally