WithReturnType(IType)
Last updated
Was this helpful?
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
Was this helpful?
Was this helpful?
