For the complete documentation index, see llms.txt. This page is also available as Markdown.

AddFunction(string,Func<TResult, T1, T2, T3, T4>)

Method in Actions

Summary

public void AddFunction<TResult, T1, T2, T3, T4>(string name, Func<TResult, T1, T2, T3, T4> implementation);

Parameters

Name
Description

string name

System.Func<TResult, T1, T2, T3, T4> implementation

Last updated

Was this helpful?