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