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

gtest-123.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9936dc83e5a1ac76b5163851ecc0477b0bffd4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
class A<T>
{
	public delegate void Foo ();
	public delegate void Bar<U> ();
}

class X
{
	public static void Main ()
	{ }
}