Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
InMemoryIndexWordFetcher ( Word>.Dictionary |
Initializes a new instance of the T:InMemoryWordFetcher class.
|
|
TryGetWord ( string text, |
Tries to get a word.
|
public InMemoryIndexWordFetcher ( Word>.Dictionary |
||
catalog | Word>.Dictionary | The index catalog. |
return | System |
public TryGetWord ( string text, |
||
text | string | The text of the word. |
word | The found word, if any, |
|
return | bool |