- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 60字
- 2021-07-03 00:11:56
Expression bodies for accessors, constructors, and finalizers
Expression-bodied members have been a big hit with the C# developer community, so much so that Microsoft has expanded the allowed members that can be implemented as expressions. You can now use this feature with:
- Constructors
- Finalizers (used when you need to release unmanaged code)
- get and set accessors on properties and indexers
推薦閱讀
- C++面向對象程序設計(第三版)
- Flutter開發實戰詳解
- 新編Premiere Pro CC從入門到精通
- Hadoop+Spark大數據分析實戰
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 深入淺出Serverless:技術原理與應用實踐
- INSTANT Passbook App Development for iOS How-to
- bbPress Complete
- 可解釋機器學習:模型、方法與實踐
- Android程序設計基礎
- Learning YARN
- C++20高級編程
- JavaScript應用開發實踐指南
- uni-app跨平臺開發與應用從入門到實踐