MethodRefGetDelegateParameterType Method (Int32, Expression) |
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 public TypeRefBase GetDelegateParameterType(
int argumentIndex,
Expression parentExpression
)
Parameters
- argumentIndex
- Type: SystemInt32
- parentExpression
- Type: Nova.CodeDOMExpression
Return Value
Type:
TypeRefBaseSee Also