MethodRefCreate Method (MethodBase, Expression) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static MethodRef Create(
MethodBase methodBase,
params Expression[] typeArguments
)
Parameters
- methodBase
- Type: System.ReflectionMethodBase
- typeArguments
- Type: Nova.CodeDOMExpression
Return Value
Type:
MethodRefSee Also