Click or drag to resize

BlockStatement Constructor (CodeObject, Boolean)

Create a BlockStatement with the specified CodeObject in the body.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected BlockStatement(
	CodeObject body,
	bool allowNullBody
)

Parameters

body
Type: Nova.CodeDOMCodeObject
allowNullBody
Type: SystemBoolean
See Also