| QdbTimestampPointCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public IEnumerator<QdbTimestampPoint> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of QdbTimestampPoint)
Return Value
Type:
IEnumeratorQdbTimestampPointAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also