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

In This Topic
    AsReadOnly Method (SuggestionList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function AsReadOnly() As System.Collections.ObjectModel.ReadOnlyCollection(Of T)
    public System.Collections.ObjectModel.ReadOnlyCollection<T> AsReadOnly()
    See Also