WithVariadicParameterType(IType?)

Method in FunctionTypeBuilder

Summary

Sets the VariadicParameterType of theFunctionType .

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?