Text
Description
- Derived from
-
EnumerableBase<string> abstract
Represents a chunk of text and provides access to the text lines.
The IEnumerable.GetEnumerator method will iterate through the text lines, returning the result of Line for the line indices from 0
to LineCount-1.