C# Класс ScrewTurn.Wiki.SearchEngine.InMemoryIndexWordFetcher

Implements a word fetcher for use with the in-memory index.
Наследование: IWordFetcher
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

InMemoryIndexWordFetcher ( Word>.Dictionary catalog ) : System

Initializes a new instance of the T:InMemoryWordFetcher class.

TryGetWord ( string text, Word &word ) : bool

Tries to get a word.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

InMemoryIndexWordFetcher() публичный Метод

Initializes a new instance of the T:InMemoryWordFetcher class.
public InMemoryIndexWordFetcher ( Word>.Dictionary catalog ) : System
catalog Word>.Dictionary The index catalog.
Результат System

TryGetWord() публичный Метод

Tries to get a word.
public TryGetWord ( string text, Word &word ) : bool
text string The text of the word.
word Word The found word, if any, null otherwise.
Результат bool