- Namespace
- FunctionalSharp
.PatternMatching - Containing Type
- Pattern
Match Single Context <T>
Syntax
public PatternMatchSingleAction<T> With(Func<T, bool> pattern, Action action)
Parameters
Name | Type | Description |
---|---|---|
pattern | Func |
|
action | Action |
Return Value
Type | Description |
---|---|
Pattern |