Click or drag to resize

UnresolvedRefGetDelegateParameterType Method (ArgumentsOperator, Int32)

Get the minimum common type for the specified delegate parameter, from multiple possible matches.

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

Parameters

argumentsOperator
Type: Nova.CodeDOMArgumentsOperator
argumentIndex
Type: SystemInt32

Return Value

Type: TypeRefBase
See Also