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
Merge pull request #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
tests
/
gtest-296.cs
blob
8e19cccf355168f3961f3bcc2a5188128b957f30
1
using
System
.
Collections
.
Generic
;
2
using
System
.
Collections
.
ObjectModel
;
3
4
public class
MyCollection
<
T
> :
Collection
<
T
>
5
{
6
public void
Foo
()
7
{
8
T t
=
Items
[
0
];
9
}
10
}
11
12
public class
C
13
{
14
public static void
Main
() {}
15
}