Main public logs
Combined display of all available logs of Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:11, 17 January 2025 Chr1ss talk contribs created page Record Type (Created page with "= Record Types in C# = __TOC__ == Overview == Record types, introduced in C# 9.0, provide a way to declare '''immutable''' data types. They are ideal for representing simple data containers or DTOs (Data Transfer Objects) where immutability, value-based equality, and a sensible string representation are desired. == Purpose == The purpose of record types is to simplify the declaration of immutable data types and reduce boilerplate code associated with defining classes...")