Parameters
Last updated
Was this helpful?
Property in FunctionType
Gets the list of the parameter types that this function is called with.
public List<IType> Parameters { get; };The length of this list also determines the number of parameters this function accepts (also known as the function's arity ).
Last updated
Was this helpful?
Was this helpful?
