SuggestionCollection Methods
A collection of suggestions prepared for a misspelled word.
Name | Description |
---|---|
Add |
Adds a Suggestion |
Add |
Adds the elements of the specified collection to the end of the current collection. |
Binary |
Searches a collection for a specific suggestion, using a binary search algorithm and the specified IComparer interface. |
Clear() | Clears the list of suggestions. |
Contains |
Determines whether an element is in the collection. |
Contains |
Determines whether a text string is in the collection of suggestions. |
Copy |
Copies the elements of the Suggestion |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator that iterates through the current collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Determines the index of a specific item in the Suggestion |
Insert |
Inserts an item to the Suggestion |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Merge |
Appends elements that are not found within the collection to that collection. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the first occurrence of a suggestion from the collection. |
Remove |
Removes the element at the specified index of the current collection. |
Sort |
Sorts the elements in the current collection using the specified comparer. |
To |
Returns a string that represents the current object. Inherited from Object. |
To |
Converts a Suggestion |
See Also