You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from C# 9.0 we can create immutable classes with built-in value semantic aka records. This feature requires support from runtime but we can start the transition from interface/implementation pair into the records-based world step-by-step.
The text was updated successfully, but these errors were encountered:
Starting from C# 9.0 we can create immutable classes with built-in value semantic aka records. This feature requires support from runtime but we can start the transition from interface/implementation pair into the records-based world step-by-step.
The text was updated successfully, but these errors were encountered: