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