We know the concept of immutability but need to know few immutable types other than
Are there more?
With .NET 5 and new C# 9.0 release pretty much every object can be immutable now (or contain immutable state in properties)
More about it here: https://martinstanik.com/2020/10/09/immutable-data-types-after-net-5-release/