Are there Immutable Collection classes in c# that dont have mutation functions?
I am looking for some immutable collections in c#, specifically, a List/array type one, and a set/hashset type one.
Are there Immutable Collection classes in c# that dont have mutation functions?
I am looking for some immutable collections in c#, specifically, a List/array type one, and a set/hashset type one.