Click or drag to resize

ParameterRefGetParameterTypeAsExpression Method

Get the parameter in the collection with the specified index as an expression including any Ref/Out/In wrapper object, using the specified parent expression to evaluate any type argument types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Expression GetParameterTypeAsExpression(
	ICollection parameters,
	int index,
	CodeObject parent
)

Parameters

parameters
Type: System.CollectionsICollection
The collection of parameters.
index
Type: SystemInt32
The index of the desired parameter.
parent
Type: Nova.CodeDOMCodeObject
The parent code object for type evaluation purposes.

Return Value

Type: Expression
See Also