- Namespace
- FunctionalSharp
.PatternMatching - Containing Type
- Pattern
Match Single Context <T>
Syntax
public PatternMatchSingle<T, TResult> With<TResult>(T valueToMatch, TResult resultValue)
Type Parameters
| Name | Description |
|---|---|
| TResult |
Parameters
| Name | Type | Description |
|---|---|---|
| valueToMatch | T | |
| resultValue | TResult |
Return Value
| Type | Description |
|---|---|
| PatternMatchSingle |
