List Question
20 TechQA 2024-01-30T12:15:21.640000Operation is not supported for read-only collection with a mutable list
30 views
Asked by Miryam Laleona
How do you properly deserialize a class that has an IReadOnlyCollection<T> using System.Text.Json?
235 views
Asked by myermian
Why does C# `List` implements `IReadOnlyCollection`?
33 views
Asked by alelom
Can ReadOnlyDictionary be used when only the values are changing?
359 views
Asked by SagiLow
Is it possible to create a non-modifiable hashtable in PowerShell?
332 views
Asked by Efie
Typesafe effectively read only java collections?
202 views
Asked by caeus
Getting ObjectModel.ReadOnlyCollection for foreach
725 views
Asked by D.JCode
ReadOnlyCollection with read-only items
247 views
Asked by dCake
How to use ExceptWith with the type of HashSet<ReadOnlyCollection<string>> in C#?
497 views
Asked by lynkewsw
JS equivalent to Java's Collections.unmodifiableCollection
133 views
Asked by Alkis Mavridis
Creating an immutable collection structure from existing hierarchical structure
28 views
Asked by silkfire
Read-Only violation on List<T> in C#?
63 views
Asked by Dhivya Sadasivam
How to prevent changes to an IReadOnlyList<T>?
485 views
Asked by Eric Cartman
Why can't I make an Array readonly this way in TypeScript?
2.4k views
Asked by millsp
List.of() — Why offer an empty list of elements that can't be add/removed/edited?
151 views
Asked by Fima Taf
C# convert ReadOnlyCollection<int> to byte[] array
1.9k views
Asked by Rotem Varon
Using ReadOnlyCollection<T> vs List<T> vs array for return types
9.3k views
Asked by Neo
Making collection items read only
569 views
Asked by Sisyphus
Fluent NHibernate Correctly map readonly property from base class
767 views
Asked by Cheshire Cat