[]
        
(Showing Draft Content)

C1.Win.SpellChecker.SuggestionList

SuggestionList Class

List of strings.

Inheritance
SuggestionList
Namespace: C1.Win.SpellChecker
Assembly: C1.Win.SpellChecker.10.dll
Syntax
public class SuggestionList : List<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Public Class SuggestionList
    Inherits List(Of String)
    Implements IList(Of String), ICollection(Of String), IList, ICollection, IReadOnlyList(Of String), IReadOnlyCollection(Of String), IEnumerable(Of String), IEnumerable

Constructors

Name Description
SuggestionList()