FunctionTypeBuilder
Last updated
Was this helpful?
Last updated
Was this helpful?
Class in
Inherits from System.Object
Provides methods for constructing objects.
To use this class, create an instance of it, and call theWith
-prefixed methods to set properties. When you're done, access
the property to get the final, constructed .
Sets the [FunctionType](yarn.functiontype.returntype.md">ReturnType of the <a href="yarn.compiler.functiontypebuilder.functiontype.md) .
Creates a new based on a delegate type.
Adds a new parameter of type parameterType
to the .
Sets the of the .
Gets the instance constructed by this .