Click or drag to resize

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

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,
	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: TypeRefBase
See Also