| Name | Description |
|---|
 | 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.
|