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