an
saurus
tags:
automapper
readonlycollection
views:
10
answers:
0
Q:
Does AutoMapper support ReadOnlyCollections?
I have tried various configurations, but cannot get it working. I am wondering if it is supported?
related questions
NHibernate: use of IEnumerable as collection type results in error
C#, SynchronizedReadOnlyCollection and its constructors
Readonly collection properties that NHibernate can work with
Pattern for forcing adding to collection through method in C#
How to pass a byte array readonly?
what's the alternative to readonlycollection when using lazy="extra"?
List and ReadOnly property
FxCop CA2227 warning and ReadOnlyCollection<T>
What is a read only collection?
how to make accessor for Dictionary in a way that returned Dictionary cannot be changed C# / 2.0
Why is the SortedList(TKey,TValue).Keys property an IList(TKey) rather than a ReadOnlyCollection(TKey)?
BindingSource / BindingNavigator: How to prevent editing of bound DataSource?
Is there anything magic about ReadOnlyCollection
Why is AutoMapper/EF adding a new item instead of a relationship?
Is AutoMapper mapping EF relationships well?
How to resolve AutoMapper error? (stackoverflow exception!)
How to prevent a method caller from modifying a returned collection?
How do I do this in Unity?
AutoMapper flattens Domain Models but does it do the opposite? If not, what does?
unmodifiablelist in .NET 4.0
AutoMapper: "Ignore the rest"?
Why doesn't ReadOnlyCollection<> include methods like FindAll(), FindFirst(), ...
object[] from ReadOnlyCollection<T>
ReadOnlyCollection or IEnumerable for exposing member collections?