這幾日剛好在 Stack overflow 看到了一篇文章。邏輯很簡單,概念卻很有意思,所以決定做個註記。
(原文列於參考資料)
目前分類:主線任務-C#程式開發手札 (5)
- Jun 06 Mon 2022 20:14
C# 6.0的Null-conditional operators小趣聞
- Feb 22 Mon 2021 09:30
C#關於不變值這件事-1 : 常數Const & ReadOnly
***所以說啊常數是什麼***
依據 C#程式設計手冊,常數(Constants)的定義為 : Constants are immutable values which are known at compile time and do not change for the life of the program.
- Dec 22 Tue 2020 14:03
C#基礎複習紀錄之從迴圈開始
- Jul 03 Fri 2020 13:09
C#委派Delegate - I,關於委派