[]
Gets an enumerator that iterates through the collection.
public IEnumerator<Series> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of Series)
Type | Description |
---|---|
IEnumerator<Series> | Enumerator that iterates through the collection. |