初次體驗到C#范型的魅力
摘要:
寫了點代碼,初次體驗到C#范型的魅力 class Program { static void WriteSometing(T x,T y) { if (typeof(T) == typeof(int)) Console.WriteLine(x); if (typeof(T... 閱讀全文
posted @ 2008-12-08 17:05 八度空間 閱讀(433) 評論(3) 推薦(0)
posted @ 2008-12-08 17:05 八度空間 閱讀(433) 評論(3) 推薦(0)