MethodRefCreate Method (MethodBase, ChildListExpression) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static MethodRef Create(
MethodBase methodBase,
ChildList<Expression> typeArguments
)
Parameters
- methodBase
- Type: System.ReflectionMethodBase
- typeArguments
- Type: Nova.CodeDOMChildListExpression
Return Value
Type:
MethodRefSee Also