An instance of the SuggestionCollection class contains objects of the type Suggestion. It is inherited from the abstract class System.Collections.CollectionBase and implements the System.Collections.IEnumerable and System.Collections.IEnumerator interfaces. For a list of properties, methods and events of these classes and interfaces see the .NET Framework reference. The SuggestionCollection is sorted by suggestions with the closest match.

Syntax

public sealed class SuggestionCollection: CollectionBase, IEnumerable, IEnumerator
Public NotInheritable Class SuggestionCollection
  Inherits CollectionBase
  Implements IEnumerable
  Implements IEnumerator

Properties

Property Description
Item Gets a suggestion from the collection.