WithParameter(IType)
Summary
public FunctionTypeBuilder WithParameter(IType parameterType)Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in FunctionTypeBuilder
Adds a new parameter of type parameterType to the FunctionType .
public FunctionTypeBuilder WithParameter(IType parameterType)Yarn.IType parameterType
The type of the new parameter to add to the function.
The FunctionTypeBuilder instance that received this method call.
Last updated
Was this helpful?
Was this helpful?
