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

AddFunction(string,Func<TResult, T1>)

Method in Actions

Summary

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

Parameters

Name
Description

string name

System.Func<TResult, T1> implementation

Last updated

Was this helpful?