Click or drag to resize

ArgumentsOperatorGetDelegateParameterType Method

Determine the delegate type of the parameter with the specified argument index.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRefBase GetDelegateParameterType(
	Object obj,
	int argumentIndex
)

Parameters

obj
Type: SystemObject
argumentIndex
Type: SystemInt32

Return Value

Type: TypeRefBase
See Also