'Declaration
<NotNullAttribute()> Public ReadOnly Property Matches As List(Of SearchReplaceMatch)
[NotNull()] public List<SearchReplaceMatch> Matches {get;}
[NotNull()] public: property List<SearchReplaceMatch^>^ Matches { List<SearchReplaceMatch^>^ get(); }