Click or drag to resize

ParameterRefGetParameterType Method

Overload List
  NameDescription
Public methodStatic memberGetParameterType(ICollection, Int32, CodeObject)
Get the type of the parameter in the collection with the specified index, using the specified parent expression to evaluate any type argument types.
Public methodStatic memberGetParameterType(ICollection, Int32, Boolean, Boolean, Boolean, Boolean, Expression)
Get the type of the parameter in the collection with the specified index, also returning any 'ref'/'out'/'in' status. The hasMod parameter is true if the parameter type has a modreq or modopt.
Top
See Also