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
[System] Throw PlatformNotSupportedException if NetworkInformation.NetworkChange...
[mono-project.git]
/
mcs
/
tests
/
test-274.cs
blob
9ba47492ecbc9067dfb82e7a271db1c4c382ac3c
1
public class
MyClass
{
2
public
MyClass
(
params
System
.
String
[]
parameters
)
3
{
4
}
5
}
6
7
public class
ChildClass
:
MyClass
{}
8
9
public class
M
10
{
11
public static void
Main
()
12
{
13
}
14
}
15