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
[interp] Reduce computation under calc_section mutex
[mono-project.git]
/
mcs
/
tests
/
test-xml-066.cs
blob
be2256e79cd2f9025a8a458bd9fce3c05f29b4a7
1
// Compiler options: -doc:xml-066.xml
2
3
static class
C
4
{
5
static void
Foo
<
T
,
U
> (
this int
a
,
T t
,
U
[]
u
)
6
{
7
}
8
9
/// <seealso cref="Foo{T0,U2}(int,T0,U2[])"/>
10
static void
Foo2
<
T
> (
this int
a
,
T t
)
11
{
12
}
13
14
public static void
Main
()
15
{
16
}
17
}