- Namespace
- FunctionalSharp
.PatternMatching - Containing Type
- PatternMatchContext
<T>
Syntax
public PatternMatchAction<T> With(Func<T, bool> pattern, Action callback)
Parameters
Name | Type | Description |
---|---|---|
pattern | Func |
|
callback | Action |
Return Value
Type | Description |
---|---|
PatternMatchAction |