ForEachLoop Class
- Updated2023-02-21
- 2 minute(s) read
Represents a ForEach Loop, which iterates over an array of values and executes its body of statements once per array element.
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 ForEachLoop _ Inherits AbstractLoop _ Implements IEquatable(Of ForEachLoop) |
C# |
---|
public class ForEachLoop : AbstractLoop, IEquatable<ForEachLoop> |
Visual C++ |
---|
public ref class ForEachLoop : public AbstractLoop, IEquatable<ForEachLoop^> |
Remarks
Use the members of this class to configure the loop and the array of values it iterates over.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.ForEachLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.ForEachLoop
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.