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