コード例 #1
0
 public static void Main()
 {
     // Test should be an alias to x.Test
     Test test = new Test();
 }
コード例 #2
0
ファイル: test-260.cs プロジェクト: nobled/mono
		public static void Main()
		{
			// Test should be an alias to x.Test
			Test test = new Test();
		}