C#結構體struct -0029

  • 2020 年 6 月 20 日
  • 筆記

結構體 有時候我們僅需要一個小的數據結構,類提供的功能多於我們需要的功能;考慮到性能原因,最好使用結構體。 結構體是值類 …

Continue Reading