コード例 #1
0
		public static void Main_old(String[] args)
		{
			NS_TestClass_decl_05_other.B b = new NS_TestClass_decl_05_other.B();
			b.i = 500;
			Log.Comment((b.i).ToString());
		}
コード例 #2
0
 public static void Main_old(String[] args)
 {
     NS_TestClass_decl_05_other.B b = new NS_TestClass_decl_05_other.B();
     b.i = 500;
     Log.Comment((b.i).ToString());
 }
コード例 #3
0
 public static void Main_old(String[] args)
 {
     NS_TestClass_decl_05_other.B b = new NS_TestClass_decl_05_other.B();
     b.i = 500;
     OutputHelper.WriteLine((b.i).ToString());
 }