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 #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs0306-3.cs
blob
c84537b3a4b408ee77f4a240cd64fc481f504564
1
// CS0306: The type `System.ArgIterator' may not be used as a type argument
2
// Line: 6
3
4
class
G
<
T
> {}
5
6
class
C
:
G
<
System
.
ArgIterator
>
7
{
8
}