Click or drag to resize

QdbTimestampPointCollection.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntax
public IEnumerator<QdbTimestampPoint> GetEnumerator()

Return Value

Type: IEnumerator<QdbTimestampPoint>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also