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.Object
    Eas.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.IO
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

TextLineEnumerator Members | Eas.WebCrawler.Common.IO Namespace