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