Show / Hide Table of Contents

Delegate CallerFunc<T1, T2, T3, T4, T5, TResult>

Func accepting a caller and 5 parameters

Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public delegate TResult CallerFunc<in T1, in T2, in T3, in T4, in T5, out TResult>(Caller caller, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5);
Parameters
Type Name Description
Caller caller
T1 arg1
T2 arg2
T3 arg3
T4 arg4
T5 arg5
Returns
Type Description
TResult
Type Parameters
Name Description
T1
T2
T3
T4
T5
TResult
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX