Delegate MatchBuilder.Pattern
Represents condition constructor for the switch case.
Namespace: DotNext.Metaprogramming
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression MatchBuilder.Pattern(ParameterExpression value)
Parameters
Type | Name | Description |
---|---|---|
ParameterExpression | value | The value participating in pattern match. |
Returns
Type | Description |
---|---|
Expression | The condition for evaluation. |