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
use MOONLIGHT symbol
[mcs.git]
/
errors
/
cs0631.cs
blob
83a8dcd0eae968db1156ed2f93174dda4c42dbe6
1
// CS0631: The parameter modifier `ref' is not valid in this context
2
// Line: 5
3
4
class
X
{
5
public int this
[
ref int
arg
]
{ set {}
}
6
}