VeriStand .NET API Reference

IfElse Constructor

NameDescription
IfElse() Initializes a new instance of IfElse.
IfElse(Expression) Initializes a new instance of IfElse that evaluates the specified testExpression.
IfElse(IfElse) Initializes a new instance of IfElse by copying an existing instance.
IfElse(Expression, Block, Block) Initializes a new instance of IfElse that evaluates the specified testExpression and executes the ifTrue or ifFalse code section, depending on the result of the evaluation.

See Also

Log in to get a better experience