C# Class gp.Files.BadUsers

ファイルを表示 Open project: vatsal/getputs

Public Methods

Method Description
Contains ( string url ) : bool

Indicates whether a url is a contained in the BadUsers List

ReLoadList ( ) : void

Private Methods

Method Description
BadUsers ( ) : System

Reads Words File

Method Details

Contains() public method

Indicates whether a url is a contained in the BadUsers List
public Contains ( string url ) : bool
url string The url to check
return bool

ReLoadList() public method

public ReLoadList ( ) : void
return void