Delegate CallerFunc<T1, T2, TResult>
Func accepting a caller and 2 parameters
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public delegate TResult CallerFunc<in T1, in T2, out TResult>(Caller caller, T1 arg1, T2 arg2);
Parameters
| Type | Name | Description |
|---|---|---|
| Caller | caller | |
| T1 | arg1 | |
| T2 | arg2 |
Returns
| Type | Description |
|---|---|
| TResult |
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 | |
| TResult |