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 public TypeRefBase GetDelegateParameterType(
ArgumentsOperator argumentsOperator,
int argumentIndex
)
Parameters
- argumentsOperator
- Type: Nova.CodeDOMArgumentsOperator
- argumentIndex
- Type: SystemInt32
Return Value
Type:
TypeRefBaseSee Also