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