AnonymousMethodBaseScanReturnStatements Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected bool ScanReturnStatements(
TypeRefBase delegateReturnType,
bool isVoidReturn,
Block body
)
Parameters
- delegateReturnType
- Type: Nova.CodeDOMTypeRefBase
- isVoidReturn
- Type: SystemBoolean
- body
- Type: Nova.CodeDOMBlock
Return Value
Type:
BooleanSee Also