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