'Declaration Public Class SuggestionList Inherits System.Collections.Generic.List(Of String)
public class SuggestionList : System.Collections.Generic.List<string>
'Declaration Public Class SuggestionList Inherits System.Collections.Generic.List(Of String)
public class SuggestionList : System.Collections.Generic.List<string>
System.Object
System.Collections.Generic.List<T>
C1.Win.SpellChecker.SuggestionList