FunctionTypeBuilder
Last updated
Was this helpful?
Last updated
Was this helpful?
Class in Yarn.Compiler
Inherits from System.Object
Provides methods for constructing FunctionType objects.
To 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 .
Sets the of the .
Gets the instance constructed by this .