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

Syntax

Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices

public void AddRange(params ITClockSynchronizableDevice[] device)

Parameters

NameTypeDescription
deviceparams ITClockSynchronizableDevice[]

Array of ITClockSynchronizableDevice objects to be added to the collection.

Exceptions

TypeDescription
System.ArgumentNullException

device  value is null.

System.ArgumentException

device  is already present in the collection.