Last updated 1 day ago
Was this helpful?
Constructor in
Initialises a new instances of the class.
public FunctionType(IType returnType, params IType[] parameterTypes)
returnType
The type of the value that this type of function returns.
parameterTypes
The types of the parameters that this type of function accepts.