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

VariadicParameterType

Property in FunctionType

Summary

Gets the type of value that this type of function accepts as a variadic parameter.

public IType? VariadicParameterType { get; internal set; }

Remarks

This value is null if this type of function does not accept variadic parameters.

Last updated

Was this helpful?