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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
test-xml-056.cs
blob
25d036e19000a7fd8ff52ff396b5e10b23304f67
1
// Compiler options: -doc:xml-056.xml
2
3
using
System
;
4
5
/// <summary><see cref="AAttribute" /></summary>
6
[
Obsolete
(
"whatever"
,
true
)]
7
public class
AAttribute
:
Attribute
{
8
}
9
10
class
Demo
{
11
static void
Main
()
12
{
13
}
14
}