Dictionary Class
- 更新时间2023-02-21
- 阅读时长2分钟
Represents a dictionary, which is an associative array. You can set dictionaries as values for CustomDevice and TimingAndSyncDevice items.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class Dictionary _ Implements ICloneable |
| C# |
|---|
public class Dictionary : ICloneable |
| Visual C++ |
|---|
public ref class Dictionary : ICloneable |
Remarks
Use the members of this class to create dictionaries and add and remove elements from them.
Accessing this Class
Inheritance Hierarchy
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.