'Declaration Public Sub AddRange( _
ByVal signalsAn array whose elements should be added to the end of this collection.As System.Collections.Generic.IEnumerable(Of EcgSignal) _
)
public void AddRange(
System.Collections.Generic.IEnumerable<EcgSignal> signals
)
public: void AddRange(
System.Collections.Generic.IEnumerable<EcgSignal*>* signals
)
public:
void AddRange(
System.Collections.Generic.IEnumerable<EcgSignal^>^ signals
)
Parameters
- signals
- An array whose elements should be added to the end of this collection.