VeriStand .NET API Reference

WhileLoop Constructor

NameDescription
WhileLoop() Initializes a new instance of WhileLoop with a LoopTest that evaluates to false (False in Visual Basic), meaning the loop does not execute.
WhileLoop(WhileLoop) Initializes a new instance of WhileLoop by copying an existing instance.
WhileLoop(Expression, Boolean) Initializes a new instance of WhileLoop with the specified loopTest expression.
WhileLoop(Expression, Boolean, Block) Initializes a new instance of WhileLoop with the specified loopTest expression and body of statements.

See Also

Log in to get a better experience