FunctionType.GetParameterAt(int)

Method in FunctionType

Summary

Gets the type of the parameter at the given index.

public IType GetParameterAt(int index)

Parameters

NameDescription
int indexThe index of the parameter to get the type for.

Returns

The type of the parameter. If index is beyond the length of Parameters , and VariadicParameterType is not null , VariadicParameterType is returned.