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