repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update readme (#21797)
[mono-project.git]
/
mcs
/
class
/
System
/
ReferenceSources
/
SRCategoryAttribute.cs
blob
e4df4ecfd6615098a75a8f8a07f98825ab3aecad
1
namespace
System
.
ComponentModel
2
{
3
sealed class
SRCategoryAttribute
:
CategoryAttribute
4
{
5
public
SRCategoryAttribute
(
string
category
)
6
:
base
(
category
)
7
{
8
}
9
}
10
}