index
:
packages/mono
master-dyson
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mcs
/
errors
/
CS0612-2-lib.cs
blob: dca7115b6dbfe9f4736365814eaa01dfe1a035a1 (
plain
)
1
2
3
4
5
6
using
System
;
public class
Foo
{
[
Obsolete
]
public int
Bar { get { return 0; }
}
}