FunctionTypeBuilder
Last updated
Was this helpful?
Class in Yarn.Compiler
Inherits from System.Object
Provides methods for constructing FunctionType objects.
public class FunctionTypeBuilderTo use this class, create an instance of it, and call the With -prefixed methods to set properties. When you're done, access the FunctionType property to get the final, constructed FunctionType .
Adds a new parameter of type parameterType to the FunctionType .
Sets the ReturnType of the FunctionType .
Gets the FunctionType instance constructed by this FunctionTypeBuilder .
Last updated
Was this helpful?
Was this helpful?
