Method in FunctionTypeBuilder
Sets the ReturnType of the FunctionType .
public FunctionTypeBuilder WithReturnType(IType returnType)
Yarn.IType returnType
The return type to apply to the function.
The FunctionTypeBuilder instance that received this method call.
Last updated 2 years ago
Was this helpful?