OperatorRef Constructor (OperatorDecl, Boolean) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public OperatorRef(
OperatorDecl methodBase,
bool isFirstOnLine = false
)
Parameters
- methodBase
- Type: Nova.CodeDOMOperatorDecl
- isFirstOnLine (Optional)
- Type: SystemBoolean
See Also