C# Class CrossWord.WordIndex

Mostra file Open project: karasek/CrossWord Class Usage Examples

Public Methods

Method Description
GetMatchingIndexes ( char pattern ) : ICollection
IndexWord ( string word, int index ) : void
WordIndex ( int wordLength ) : System

Private Methods

Method Description
Merge ( IList lists ) : ICollection

Method Details

GetMatchingIndexes() public method

public GetMatchingIndexes ( char pattern ) : ICollection
pattern char
return ICollection

IndexWord() public method

public IndexWord ( string word, int index ) : void
word string
index int
return void

WordIndex() public method

public WordIndex ( int wordLength ) : System
wordLength int
return System