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