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

Parameters

Property in FunctionType

Summary

Gets the list of the parameter types that this function is called with.

public List<IType> Parameters { get; }

Remarks

The length of this list also determines the number of parameters this function accepts (also known as the function's arity ).

Last updated

Was this helpful?