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
2009-01-24 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
gtest-235-lib.cs
blob
b034d9862b01bb257816fa9d458b79bc2b618e38
1
// Compiler options: /t:library
2
using
System
;
3
4
public class
MyList
<
T
>
5
{
6
public void
AddAll
<
U
> ()
7
where U
:
T
8
{
9
}
10
}