Click or drag to resize

TypeRefBaseGetDelegateParameterType Method

Get the type (or null if none) of the delegate parameter with the specified index.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRefBase GetDelegateParameterType(
	int parameterIndex
)

Parameters

parameterIndex
Type: SystemInt32

Return Value

Type: TypeRefBase
See Also