文件名称:C#_7 Quick Syntax Reference, 2nd Edition--2018
文件大小:1.94MB
文件格式:PDF
更新时间:2021-09-11 08:46:29
C#
A Pocket Guide to the Language, APIs, and Library What You Will Learn Discover what’s new in C# 7.3 and .NET for Windows 10 programming, including out values, ref locals and returns, local functions, throw exceptions, and numeric literals Create lightweight, unnamed types that contain multiple public fields Create branching logic based on arbitrary types and values of the members of those types Nest functions inside other functions to limit their scope and visibility Throw expressions in code constructs that previously were not allowed Declare methods with the async modifier to return other types in addition to Task Use the new numeric literals found in C# 7.3 to improve readability for numeric constants