Esempio n. 1
0
 internal bool TryGetLines(out TextLineCollection lines)
 {
     lines = _lazyLineInfo;
     return(lines != null);
 }
Esempio n. 2
0
 internal Enumerator(TextLineCollection lines, int index = -1)
 {
     _lines = lines;
     _index = index;
 }