VeriStand .NET API Reference

CaseStatement Constructor

NameDescription
CaseStatement() Initializes a new instance of CaseStatement.
CaseStatement(CaseStatement) Initializes a new instance of CaseStatement by copying an existing instance.
CaseStatement(Expression, Block) Initializes a new instance of CaseStatement and creates a case that executes the specified body of code when the value of the TestExpression in the Switch statement that contains the case is equal to the specified caseValue.

See Also

Log in to get a better experience