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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
gtest-optional-35.cs
blob
e354bd73feb1c21727964864d90b71acf6469e9a
1
using
System
;
2
using
System
.
Runtime
.
InteropServices
;
3
4
public static class
MainClass
5
{
6
public static void
Main
(
string
[]
args
)
7
{
8
}
9
10
public delegate
Int32
FooDelegate
([
In
,
Optional
]
int
foo
);
11
}