| Flags | Type | Name | Summary |
|---|---|---|---|
| public | EitherAlternative |
Alternative (r)
|
Retrieve the alternative represented by this instance. |
| public | |
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. |
public static Either Left(object value)
| Flags | public static | ||||
|---|---|---|---|---|---|
| Return type | Either |
||||
| Parameters |
|
public static Either Right(object value)
| Flags | public static | ||||
|---|---|---|---|---|---|
| Return type | Either |
||||
| Parameters |
|