update readme (#21797)
[mono-project.git] / mcs / class / System / ReferenceSources / SRCategoryAttribute.cs
blobe4df4ecfd6615098a75a8f8a07f98825ab3aecad
1 namespace System.ComponentModel
3 sealed class SRCategoryAttribute : CategoryAttribute
5 public SRCategoryAttribute (string category)
6 : base(category)