Version

SuggestionCollection Class Members

The following tables list the members exposed by SuggestionCollection.

Public Constructors
 NameDescription
Public ConstructorSuggestionCollection ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
Public PropertyItemGets the suggestion at the specified index.  
Protected Properties
 NameDescription
Protected PropertyInnerListGets the list of elements contained in the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Methods
 NameDescription
Public MethodCopyToCopies the elements of the SuggestionCollection to a string array, starting at a particular index.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
See Also