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