| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
EitherAlternative
|
Alternative
(r)
|
Retrieve the alternative represented by this instance. |
| public |
object
|
Value
(r)
|
Retrieve the value carried by this instance. |
| Flags | Name | Summary |
|---|---|---|
| public static |
Either Left(object value)
|
Constructs an Either instance representing a Left alternative. |
| public static |
Either Right(object value)
|
Constructs an Either instance representing a Right alternative. |