- Namespace
- FunctionalSharp
.PatternMatching - Containing Type
- PatternMatchAction
<T>
Syntax
public PatternMatchAction(IEnumerable<T> values, Func<T, bool> pattern, Action<T> action)
Parameters
Name | Type | Description |
---|---|---|
values | IEnumerable |
|
pattern | Func |
|
action | Action |
Return Value
Type | Description |
---|---|
void |