- Learn C# in 7 days
- Gaurav Aroraa
- 75字
- 2021-07-08 09:51:25
Value type
These are derived from the System.ValueType class. Variables of the value type directly contains their data or, in simple words, the value type variable can be assigned directly. Value types can be divided into more sub categories: data types, custom types (Enum types and Struct types). In this section, we will discuss the data types in detail. Enum will be discussed on day four and struct will be discussed in the upcoming sections.
推薦閱讀
- C# 從入門到項目實踐(超值版)
- Visual Basic程序設計(第3版):學習指導與練習
- 單片機應用技術
- PhoneGap Mobile Application Development Cookbook
- Hands-On Automation Testing with Java for Beginners
- 微信小程序項目開發實戰
- C語言程序設計教程
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Oracle GoldenGate 12c Implementer's Guide
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Mastering Elixir
- .NET 4.0面向對象編程漫談:應用篇
- Java高并發編程詳解:深入理解并發核心庫
- UI動效設計從入門到精通
- 軟件測試技術