What is record type in C#?

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

Explanation

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