IfStat

An if statement

Members

Variables

elseBody
Nullable!Block elseBody;

The 'else' body of this if statement

entries
IfEntry[] entries;

The various condition-code pairs in this if statement

Meta