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

AddFunction(string,Func<TResult>)

Method in Actions

Summary

public void AddFunction<TResult>(string name, Func<TResult> implementation);

Parameters

Name
Description

string name

System.Func<TResult> implementation

Last updated

Was this helpful?