What is record type in C#?

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

Explanation

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