從c#類型到.NET Framework 類型的獲取可以通過GetType或是typeof得到(即int->System.Int32),那么,反過來如何從System.Int32知道它的別名是int呢?參考:c#內(nèi)置類型表http://msdn.microsoft.com/zh-cn/library/ya5y69ds.aspx
如何獲取c#中System.Int32類型的別名?
12345678_0001
2018-11-13 05:02:42