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