repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
errors
/
cs0610.cs
blob
a3ec56518f13029161eff3de5baf7d1e6f7f9ba8
1
// CS0610: 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