GetParameterAt(int)
Last updated
Was this helpful?
Method in FunctionType
Gets the type of the parameter at the given index.
public IType GetParameterAt(int index)int index
The index of the parameter to get the type for.
The type of the parameter. If index is beyond the length of Parameters , and VariadicParameterType is not null , VariadicParameterType is returned.
Last updated
Was this helpful?
Was this helpful?
