MethodRef Constructor (MethodInfo, ChildListExpression) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public MethodRef(
MethodInfo methodInfo,
ChildList<Expression> typeArguments
)
Parameters
- methodInfo
- Type: System.ReflectionMethodInfo
- typeArguments
- Type: Nova.CodeDOMChildListExpression
See Also