Click or drag to resize

If Constructor

Overload List
  NameDescription
Public methodIf(Expression)
Create an If.
Public methodIf(Expression, CodeObject)
Create an If.
Public methodIf(Expression, Else)
Create an If.
Public methodIf(Expression, ElseIf)
Create an If.
Protected methodIf(Parser, CodeObject)
Initializes a new instance of the If class
Public methodIf(Expression, CodeObject, Else)
Create an If.
Public methodIf(Expression, CodeObject, ElseIf)
Create an If.
Top
See Also