Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TypeLoadClass.cs « Test « Mono.Debugger.Soft « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfe4c3e1502d05ac2f868a8bcea9bd2661aa1864 (plain)
1
2
3
4
5
6
7
8
9
10
11

class TypeLoadClass
{
	static TypeLoadClass ()
	{
	}
}

class TypeLoadClass2
{
}