VeriStand .NET API Reference

Switch Constructor

NameDescription
Switch() Initializes a new instance of Switch.
Switch(Expression) Initializes a new instance of Switch and creates a switch statement with the specified testExpression.
Switch(Switch) Initializes a new instance of Switch by copying an existing instance.
Switch(Expression, Cases, DefaultCase) Initializes a new instance of Switch and creates a switch statement with the specified testExpression, list of cases to evaluate, and defaultCase.

See Also

Log in to get a better experience