577 Views
This is part of a series of articles on new features introduced in C# 9. C# 9 introduced some enhancements to reduce the amount of code you need when creating new instances of objects.These target-typed new expressions "Do not require type specification for constructors when the type is known."
0 comments