- Learn C# in 7 days
- Gaurav Aroraa
- 56字
- 2021-07-08 09:51:21
1 (System)
This is a place where we defined what the namespaces going to be consumed in the program/application are. Generally, this is called using a statement, which includes the usage of external, internal, or any other namespaces.
System is a typical namespace that contains a lot of fundamental classes. For more information, refer to https://docs.microsoft.com/en-us/dotnet/api/system?view=netcore-2.0.
推薦閱讀
- 現代C++編程:從入門到實踐
- Python Tools for Visual Studio
- PySide GUI Application Development(Second Edition)
- Mastering Apache Spark 2.x(Second Edition)
- Mastering Drupal 8 Views
- 案例式C語言程序設計實驗指導
- PHP編程基礎與實踐教程
- Clojure Polymorphism
- C#面向對象程序設計(第2版)
- Greenplum構建實時數據倉庫實踐
- Implementing Microsoft Dynamics NAV(Third Edition)
- AngularJS UI Development
- Python無監督學習
- 虛擬現實:引領未來的人機交互革命
- Android從入門到精通