Alex Maher
Nov 6, 2023

--

Hey Doug! When you perform an operation like `add` on an `ImmutableList`, it doesn't modify the original list. Instead, it creates a new list with the added element. The original `ImmutableList` remains unchanged :)

--

--

Alex Maher
Alex Maher

Written by Alex Maher

.NET C# dev with 10+ yrs exp, self-taught & passionate web developer. Sharing tips & experiences in C# and web dev.

Responses (1)