Show / Hide Table of Contents

Delegate CallerAction<T1, T2>

Action accepting a caller and 2 parameters

Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public delegate void CallerAction<in T1, in T2>(Caller caller, T1 arg1, T2 arg2);
Parameters
Type Name Description
Caller caller
T1 arg1
T2 arg2
Type Parameters
Name Description
T1
T2
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX