Click or drag to resize

QdbSymbolColumnCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorQdbSymbolColumn
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also