DEV Community

Discussion on: What's new in C# 7.3?

Collapse
 
pavliy profile image
Eugene

Good summary.
Ref local re-assignment should be updated:
var otherRef = ref parameter; => ref var otherRef = ref parameter;