Click or drag to resize

DeconstructionExprGetParameterType Method

Determine the type of the parameter for the specified argument index.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override TypeRefBase GetParameterType(
	int argumentIndex
)

Parameters

argumentIndex
Type: SystemInt32

Return Value

Type: TypeRefBase
See Also