C# 클래스 ScrewTurn.Wiki.SearchEngine.WordId

Describes the ID of a word.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

공개 메소드들

메소드 설명
WordId ( string text, uint id ) : System

Initializes a new instance of the T:WordId class.

메소드 상세

WordId() 공개 메소드

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.
리턴 System