- 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
推薦閱讀
- Getting Started with React
- Cocos2D-X權(quán)威指南(第2版)
- Fundamentals of Linux
- 國(guó)際大學(xué)生程序設(shè)計(jì)競(jìng)賽中山大學(xué)內(nèi)部選拔真題解(二)
- The Android Game Developer's Handbook
- ASP.NET Core Essentials
- ASP.NET Core 2 and Vue.js
- 云計(jì)算通俗講義(第3版)
- Reactive Programming With Java 9
- Scala程序員面試算法寶典
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Python機(jī)器學(xué)習(xí):預(yù)測(cè)分析核心算法
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- Learning Material Design
- Vue.js應(yīng)用測(cè)試