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] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git]
/
mcs
/
errors
/
CS0619-51-lib.cs
blob
484fcbe1b959d49ab0ea6646fdd1c415dcabea5d
1
using
System
;
2
3
public delegate void
D
();
4
5
public class
A
6
{
7
[
Obsolete
(
"Please use ..."
,
true
)]
8
protected event
D comparer
{
9
add
{
10
}
11
remove
{
12
}
13
}
14
}