'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public ReadOnly Property IncludeFilePatterns As List(Of String)
[DataMember()] [NotNull()] public List<string> IncludeFilePatterns {get;}
[DataMember()] [NotNull()] public: property List<String^>^ IncludeFilePatterns { List<String^>^ get(); }