C# 클래스 gp.Files.BadWords

파일 보기 프로젝트 열기: vatsal/getputs

공개 메소드들

메소드 설명
Contains ( string word ) : bool

Indicates whether a url is a contained in the BadWords List

ReLoadList ( ) : void

Reload the BadWords File into Memory.

비공개 메소드들

메소드 설명
BadWords ( ) : System

Reads Words File

메소드 상세

Contains() 공개 메소드

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

ReLoadList() 공개 메소드

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