Click or drag to resize

IfBase Constructor (Expression, CodeObject)

Initializes a new instance of the IfBase class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected IfBase(
	Expression conditional,
	CodeObject body
)

Parameters

conditional
Type: Nova.CodeDOMExpression
body
Type: Nova.CodeDOMCodeObject
See Also