![]() |
Word Game Builder 2.0.1f2
Reference Manual
|
Represents a result from a word lookup operation. More...
Properties | |
IList< string > | allWords [get] |
All words returned from the lookup operation. More... | |
static WordResult | empty [get] |
Represents an empty WordResult. More... | |
bool | hasValue [get] |
Whether or not the result is empty. More... | |
string | input [get] |
The input string for the lookup operation. More... | |
bool | isValid [get] |
Whether or not the result is valid (at least one word was found). More... | |
bool | wasOrdered [get] |
Whether or not the word lookup was an ordered search. More... | |
string | word [get] |
The first word found in the lookup operation. Included for convenience. More... | |
Represents a result from a word lookup operation.
Note that this type is passed by value for performance reasons.
|
get |
All words returned from the lookup operation.
|
staticget |
Represents an empty WordResult.
This is only created as a result of an invalid word lookup operation. Assigning a WordResult to this value is useful to invalidate previous results.
|
get |
Whether or not the result is empty.
This only returns false as a result of an invalid word lookup operation.
|
get |
The input string for the lookup operation.
|
get |
Whether or not the result is valid (at least one word was found).
|
get |
Whether or not the word lookup was an ordered search.
|
get |
The first word found in the lookup operation. Included for convenience.