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