Delegate CallerAction<T>
Action accepting a caller and 1 parameter
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public delegate void CallerAction<in T>(Caller caller, T arg);
Parameters
| Type | Name | Description |
|---|---|---|
| Caller | caller | |
| T | arg |
Type Parameters
| Name | Description |
|---|---|
| T |