[]
Gets an enumerator that iterates through the collection.
public IEnumerator<DoubleCollection> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of DoubleCollection)
| Type | Description |
|---|---|
| IEnumerator<DoubleCollection> | Enumerator that can be used to iterate through the collection. |