Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in readonly-collection

Why is covariance not allowed with ReadOnlyCollection?

Public List without Add

c# list readonly-collection

Which way of returning a readonly wrapper of List<T> is preferable?

C# HashSet<T> read-only workaround

Immutability/Read-only semantics (particular C# IReadOnlyCollection<T>)

Using IReadOnlyCollection<T> instead of IEnumerable<T> for parameters to avoid possible multiple enumeration

Is there anything magic about ReadOnlyCollection

Return ReadOnlyCollection from IList<>

How to properly use IReadOnlyDictionary?

Converting Dictionary<TKey, List<TValue>> to ReadOnlyDictionary<TKey, ReadOnlyCollection<TValue>>

Entity Framework read only collections

How to create an empty IReadOnlyCollection

Read-only list or unmodifiable list in .NET 4.0

ReadOnlyCollection or IEnumerable for exposing member collections?