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
[2020-02] Avoid following invalid pointers in mono_w32process_get_modules on Darwin...
[mono-project.git]
/
mono
/
tests
/
delegate16.cs
blob
e9f1680796eeb99707c41210df0a8de6f5f6f10a
1
using
System
;
2
3
public static class
Program
4
{
5
public static int
Main
()
6
{
7
if
(
typeof
(
Delegate
).
GetMethod
(
"Invoke"
) !=
null
)
8
return
1
;
9
10
return
0
;
11
}
12
}