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
[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git]
/
mcs
/
errors
/
cs1599-2.cs
blob
28aa05b2ed3cb63ee97a6e1f16f0b9086e66d6c4
1
// CS1599: The return type of `System.ArgIterator' is not allowed
2
// Line: 8
3
4
using
System
;
5
6
class
C
7
{
8
public
ArgIterator
Method
()
9
{
10
return null
;
11
}
12
}