WordList.Add Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Adds a single string or an array of strings containing words to the WordList.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(String) | Adds a single string to the WordList object. | |
Add(array<String[]) | Adds an array of strings containing words to the WordList. |
Top