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