Delegate PatternMatchFunc<TContext>
Namespace: NFX.Erlang
Assembly: NFX.Erlang.dll
Syntax
public delegate IErlObject PatternMatchFunc<TContext>(TContext ctx, ErlPatternMatcher.Pattern pattern, IErlObject term, ErlVarBind binding, params object[] args);
Parameters
| Type | Name | Description |
|---|---|---|
| TContext | ctx | |
| ErlPatternMatcher.Pattern | pattern | |
| IErlObject | term | |
| ErlVarBind | binding | |
| System.Object[] | args |
Returns
| Type | Description |
|---|---|
| IErlObject |
Type Parameters
| Name | Description |
|---|---|
| TContext |