Click or drag to resize

IVisitorVisit Method (IfBase)

Visit an IfBase statement (common base of If, ElseIf).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
void Visit(
	IfBase ifBase
)

Parameters

ifBase
Type: Nova.CodeDOMIfBase
See Also