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
/
gtest-301-lib.cs
blob
dd067194d33fa9d6452ca7a2abe97c2ca5d00d51
1
// Compiler options: -t:library
2
3
using
System
;
4
5
public static class
Factory
<
BaseType
>
where BaseType
:
class
6
{
7
public static
BaseType
CreateInstance
(
params object
[]
args
)
8
{
9
return null
;
10
}
11
}