 | QdbBlobPointCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.0)
Syntaxpublic IEnumerator<QdbBlobPoint> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of QdbBlobPoint)
Return Value
Type:
IEnumeratorQdbBlobPointAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also