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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
CS0619-42-lib.cs
blob
d8290dc8fda28fc2ac572829ab54a99bfc0d8c02
1
using
System
;
2
3
public class
Error
{
4
[
Obsolete
(
"NOT"
,
true
)]
5
public virtual string
Filename
{
6
set
{
7
}
8
get
{
9
return
"aa"
;
10
}
11
}
12
}