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