Click or drag to resize

ParameterRefGetParameterType Method (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.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static TypeRefBase GetParameterType(
	ICollection parameters,
	int index,
	out bool isRef,
	out bool isOut,
	out bool isIn,
	out bool hasMod,
	Expression parentExpression = null
)

Parameters

parameters
Type: System.CollectionsICollection
index
Type: SystemInt32
isRef
Type: SystemBoolean
isOut
Type: SystemBoolean
isIn
Type: SystemBoolean
hasMod
Type: SystemBoolean
parentExpression (Optional)
Type: Nova.CodeDOMExpression

Return Value

Type: TypeRefBase
See Also