AddRange(params DeviceToSynchronize[])
- Updated2025-10-07
- 1 minute(s) read
Adds an array of elements to the end of the collection.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public void AddRange(params DeviceToSynchronize[] device)
Parameters
| Name | Type | Description |
|---|---|---|
| device | params DeviceToSynchronize[] | Array of DeviceToSynchronize objects to be added to the collection. |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentNullException | device value is null. |
| System.ArgumentException | device is already present in the collection. |