Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through a collection.
public virtual IEnumerator<string> GetEnumerator()
Returns
- IEnumerator<string>
A IEnumerator that can be used to iterate through the collection.
Returns an enumerator that iterates through a collection.
public virtual IEnumerator<string> GetEnumerator()
A IEnumerator that can be used to iterate through the collection.