Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 661 Bytes

yarn.compiler.functiontypebuilder.withparameter.md

File metadata and controls

26 lines (15 loc) · 661 Bytes

FunctionTypeBuilder.WithParameter(IType)

Method in FunctionTypeBuilder

Summary

Adds a new parameter of type parameterType to the FunctionType .

public FunctionTypeBuilder WithParameter(IType parameterType)

Parameters

Name Description
Yarn.IType parameterType The type of the new parameter to add to the function.

Returns

The FunctionTypeBuilder instance that received this method call.