摘要:
在.net 1.1中我們無法對基礎類型,如int、DateTime、enum類型等賦予null的值,但這在實際應用中往往會帶來很多麻煩,比如有下面這個函數:class OrderDAC{ public ArrayList GetOrders(OrderStatus status){ }}public... 閱讀全文
posted @ 2005-05-28 22:38 Kevin Li 閱讀(1835) 評論(4) 推薦(0)
|
||
|
摘要:
在.net 1.1中我們無法對基礎類型,如int、DateTime、enum類型等賦予null的值,但這在實際應用中往往會帶來很多麻煩,比如有下面這個函數:class OrderDAC{ public ArrayList GetOrders(OrderStatus status){ }}public... 閱讀全文
posted @ 2005-05-28 22:38 Kevin Li 閱讀(1835) 評論(4) 推薦(0) |
||