Cases Class
- Updated2023-02-21
- 2 minute(s) read
Represents the Cases section under a Switch statement, which contains all the cases the statement can execute other than the DefaultCase.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Class Cases _ Inherits BaseNode _ Implements IEquatable(Of Cases) |
C# |
---|
public class Cases : BaseNode, IEquatable<Cases> |
Visual C++ |
---|
public ref class Cases : public BaseNode, IEquatable<Cases^> |
Remarks
Use the members of this class to add or remove cases of a Switch statement.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Cases
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Cases
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.