Search code examples
Which way of returning a readonly wrapper of List<T> is preferable?...


c#genericsienumerablereadonly-collection

Read More
What is difference between ReadOnlyCollection<T> and ReadOnlyCollectionBuilder<T> in .Ne...


c#.netreadonly-collection

Read More
Issue when using only a getter and issue with List in c#...


c#asp.netlistreadonly-collection

Read More
Hibernate readonly collection mapping...


hibernateormcollectionshibernate-mappingreadonly-collection

Read More
MVVM - Should I expose ReadOnlyObservableCollection, ReadOnlyCollection, ICollection, etc?...


c#wpfmvvmobservablecollectionreadonly-collection

Read More
FxCop: CA1033 - Microsoft's implementation of a ReadOnlyCollection violates this?...


c#fxcopexplicit-interfacereadonly-collection

Read More
how to make accessor for Dictionary in a way that returned Dictionary cannot be changed C# / 2.0...


c#genericscollectionsreadonly-collection

Read More
Does AutoMapper support ReadOnlyCollections?...


automapperreadonly-collection

Read More
How does List<T> copy constructor function with ReadOnly lists?...


c#.netlistreadonly-collection

Read More
How does ReadOnlyCollection hide Add and Remove methods...


c#interfacereadonly-collection

Read More
NHibernate: use of IEnumerable as collection type results in error...


nhibernatesetreadonly-collection

Read More
C#, SynchronizedReadOnlyCollection and its constructors...


c#readonly-collection

Read More
Readonly collection properties that NHibernate can work with...


nhibernatecollectionsfluent-nhibernatereadonly-collection

Read More
Pattern for forcing adding to collection through method in C#...


c#design-patternscollectionsreadonlyreadonly-collection

Read More
How to pass a byte array readonly?...


c#arraysreadonlyreadonly-collection

Read More
List and ReadOnly property...


c#listreadonly-collection

Read More
Is there anything magic about ReadOnlyCollection...


.netinterfacereadonly-collection

Read More
Why is the SortedList(TKey,TValue).Keys property an IList(TKey) rather than a ReadOnlyCollection(TKe...


.netilistsortedlistreadonly-collection

Read More
BindingSource / BindingNavigator: How to prevent editing of bound DataSource?...


vb.netvisual-studio-2005bindingsourcereadonly-collection

Read More
How to prevent a method caller from modifying a returned collection?...


c#collectionsienumerablereadonly-collection

Read More
object[] from ReadOnlyCollection<T>...


c#arraysgenericsobjectreadonly-collection

Read More
BackNext