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

WithVariadicParameterType(IType?)

Method in FunctionTypeBuilder

Summary

Sets the VariadicParameterType of the FunctionType .

public FunctionTypeBuilder WithVariadicParameterType(IType? variadicParameterType)

Parameters

Name
Description

Yarn.IType variadicParameterType

The variadic parameter type to apply to the function.

Returns

The FunctionTypeBuilder instance that received this method call.

Last updated

Was this helpful?