'Declaration
ReadOnly Property UserDictionary As ICollection(Of String)
'Usage
Dim instance As ISpellChecker Dim value As ICollection(Of String) value = instance.UserDictionary
ICollection<string> UserDictionary {get;}
property ICollection<String^>^ UserDictionary { ICollection<String^>^ get(); }