Checks whether the dictionary contains a given word.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public override bool Contains( string word ) |
| Visual Basic |
|---|
Public Overrides Function Contains ( _ word As String _ ) As Boolean |
Parameters
- word
- Type: System..::..String
Word to look up.