Summary
A static helper class for reading text files and possibly ignoring comments.
For a list of all members of this type, see
TextLineEnumerator Members
.
Type Relationships
System.ObjectEas.WebCrawler.Common.IO.TextLineEnumerator
Declaration Syntax
NotInheritable MustInherit Public Class TextLineEnumerator
public sealed abstract class TextLineEnumerator
public __gc __sealed __abstract class TextLineEnumerator
public abstract class TextLineEnumerator
Remarks
Some of these functions will ingore blank lines and those whose first two characters are a c#-style comment (i.e. '//').Requirements
Namespace: Eas.WebCrawler.Common.IOAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)