WithVariadicParameterType(IType?)
Last updated
Was this helpful?
Method in FunctionTypeBuilder
Sets the VariadicParameterType of the FunctionType .
public FunctionTypeBuilder WithVariadicParameterType(IType? variadicParameterType)Yarn.IType variadicParameterType
The variadic parameter type to apply to the function.
The FunctionTypeBuilder instance that received this method call.
Last updated
Was this helpful?
Was this helpful?
