Expression.Operands Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the sub-expressions in the parse tree of the top-level expression.
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 ReadOnly Property Operands As Expression() |
| C# |
|---|
public Expression[] Operands { get; } |
| Visual C++ |
|---|
public: property array<Expression^>^ Operands { array<Expression^>^ get (); } |