What is record type in C#?

  1. Audio recording
  2. Performance metric
  3. Database record
  4. Immutable reference type with value semantics

Explanation

Record types provide a concise syntax for creating reference types with immutable properties and value-based equality.