repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-07-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
CS0612-2-lib.cs
blob
dca7115b6dbfe9f4736365814eaa01dfe1a035a1
1
using
System
;
2
3
public class
Foo
{
4
[
Obsolete
]
5
public int
Bar { get { return 0; }
}
6
}