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
2010-05-13 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git]
/
mcs
/
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
}