repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add comment
[mcs.git]
/
tests
/
gtest-123.cs
blob
571d5a119e68f55e1b24d250068a505cc6e41aaa
1
class
A
<
T
>
2
{
3
public delegate void
Foo
();
4
public delegate void
Bar
<
U
> ();
5
}
6
7
class
X
8
{
9
static void
Main
()
10
{ }
11
}