C# Class gp.Files.BadWords

Exibir arquivo Open project: vatsal/getputs

Public Methods

Method Description
Contains ( string word ) : bool

Indicates whether a url is a contained in the BadWords List

ReLoadList ( ) : void

Reload the BadWords File into Memory.

Private Methods

Method Description
BadWords ( ) : System

Reads Words File

Method Details

Contains() public method

Indicates whether a url is a contained in the BadWords List
public Contains ( string word ) : bool
word string
return bool

ReLoadList() public method

Reload the BadWords File into Memory.
public ReLoadList ( ) : void
return void