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 2 months ago
Was this helpful?