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