ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SuggestionList Class
Members

In This Topic
    SuggestionList Class
    In This Topic
    List of strings.
    Object Model
    SuggestionList Class
    Syntax
    'Declaration
     
    Public Class SuggestionList 
       Inherits System.Collections.Generic.List(Of String)
    public class SuggestionList : System.Collections.Generic.List<string> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Win.C1SpellChecker.SuggestionList

    See Also