[]
Gets the enumerator that interates through the collection.
public IEnumerator<string> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of String)
Type | Description |
---|---|
IEnumerator<string> | The enumerator that interates through the collection. |