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