Click or drag to resize

AnonymousMethodBaseScanReturnStatements Method

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool ScanReturnStatements(
	TypeRefBase delegateReturnType,
	bool isVoidReturn,
	Block body
)

Parameters

delegateReturnType
Type: Nova.CodeDOMTypeRefBase
isVoidReturn
Type: SystemBoolean
body
Type: Nova.CodeDOMBlock

Return Value

Type: Boolean
See Also