This is lesson 1 of 11 in this module Course 16% complete

Value Types

Premium Content

Sign in with your account or join us to access this lesson.

Th lesson introduces the .NET type system split between value and reference types, explains why the heap exists for long-lived data that outlives a single method call, and enumerates all value types including numerics, enums, structs, and the performance-friendly ValueTuple.