FunctionType
Summary
public class FunctionType : IType, IEquatable<IType>Remarks
Constructors
Name
Description
Methods
Name
Description
Properties
Name
Description
Last updated
Was this helpful?
Class in Yarn
Inherits from System.Object
A type that represents a function.
public class FunctionType : IType, IEquatable<IType>Functions have parameters and a return type, and can be called from script. Instances of this type are created when the host application registers new functions (such as through using the RegisterFunction(string,Delegate) methods or similar.)
Initialises a new instances of the FunctionType class.
Gets a more verbose description of this type.
Gets the name of this type.
Gets the list of the parameter types that this function is called with.
Gets the parent of this type.
Gets the type of value that this function returns.
Gets the collection of type information for this type's type members.
Gets the type of value that this type of function accepts as a variadic parameter.
Last updated
Was this helpful?
Was this helpful?
