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
Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs1599-3.cs
blob
e4869dcaf70711d7058b4418667bab54b5ff9e0c
1
// CS1599: Method or delegate cannot return type `System.ArgIterator'
2
// Line: 8
3
4
using
System
;
5
6
class
C
7
{
8
delegate
ArgIterator
Test
(
int
arg
);
9
}