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