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

GetFunction(string)

Method in Library

Summary

Returns a System.Delegate with a given name.

public Delegate GetFunction(string name)

Parameters

Name
Description

string name

The name of the function to retrieve.

Returns

The System.Delegate .

Last updated

Was this helpful?