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