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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs1599-3.cs
blob
9d378099d82e135be916bae7a3a445a056a6315e
1
// CS1599: The return type of `System.ArgIterator' is not allowed
2
// Line: 8
3
4
using
System
;
5
6
class
C
7
{
8
delegate
ArgIterator
Test
(
int
arg
);
9
}