ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.SpellChecker 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