C# Класс gp.Files.BadWords

Показать файл Открыть проект

Открытые методы

Метод Описание
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