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-03-15 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
CS0619-17-lib.cs
blob
52cb8496566c8747419ed3e1b065b2042fffffab
1
public abstract class
ObsoleteA
2
{
3
[
System
.
ObsoleteAttribute
(
"Obsolete struct"
,
true
)]
4
protected
ObsoleteA
() {}
5
}