Click or drag to resize

ImpedanceSpectrumCollectionAddRange Method

Add a range of items to the collection.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void AddRange(
	IEnumerable<ImpedanceSpectrum> items
)

Parameters

items  IEnumerableImpedanceSpectrum
The items.
See Also