'Declaration Public Function GetEnumerator() As IEnumerator(Of LegendArea)
'Usage Dim instance As LegendAreaCollection Dim value As IEnumerator(Of LegendArea) value = instance.GetEnumerator()
public IEnumerator<LegendArea> GetEnumerator()
Return Value
Enumerator that can be used to iterate through the collection.