Adds an array of elements to the end of the collection.

Syntax

Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices

public void AddRange(params DeviceToSynchronize[] device)

Parameters

NameTypeDescription
deviceparams DeviceToSynchronize[]

Array of DeviceToSynchronize objects to be added to the collection.

Exceptions

TypeDescription
System.ArgumentNullException

device  value is null.

System.ArgumentException

device  is already present in the collection.