What is meant by immutable type and immutable property in C# ? can you give simple example?
fretje is correct. The most popular example of an immutable type is a string object in C#. This is the entire reason that StringBuilder exists.
string
StringBuilder