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-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs0610.cs
blob
3e7fcc0b53663d2063ace7c1576930c1438c11b3
1
// cs0610.cs: Field or property cannot be of type `System.ArgIterator'
2
// Line: 5
3
4
public class
Sample
{
5
System
.
ArgIterator arg
;
6
}
7
8
9