Delegate MatchBuilder.CaseStatement
Represents constructor of the action to be executed if value
matches to the pattern defined by MatchBuilder.Pattern.
Assembly: DotNext.Metaprogramming.dll
public delegate Expression MatchBuilder.CaseStatement(ParameterExpression value)
Parameters
Returns
| Type |
Description |
| Expression |
The action to be executed if object matches to the pattern.
|
Constructors
View Source
Declaration
public CaseStatement(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(ParameterExpression value, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual Expression EndInvoke(IAsyncResult result)
Parameters
Returns
View Source
Declaration
public virtual Expression Invoke(ParameterExpression value)
Parameters
Returns
Extension Methods