C# Class ScrewTurn.Wiki.SearchEngine.WordId

Describes the ID of a word.
Mostra file Open project: mono/ScrewTurnWiki

Public Methods

Method Description
WordId ( string text, uint id ) : System

Initializes a new instance of the T:WordId class.

Method Details

WordId() public method

Initializes a new instance of the T:WordId class.
public WordId ( string text, uint id ) : System
text string The word text, lowercase.
id uint The word ID.
return System