- Namespace
- FunctionalSharp
.PatternMatching - Containing Type
- Discriminated
Pattern Match <T, TResult1>
Syntax
public IEnumerable<DiscriminatedUnion<TResult1, TResult2>> Else<TResult2>(TResult2 result)
Type Parameters
| Name | Description |
|---|---|
| TResult2 |
Parameters
| Name | Type | Description |
|---|---|---|
| result | TResult2 |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
