Method GetEnumerator
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
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.