Types of Collections
If a type implements
multiple kinds of collections, which pattern for collection types will be used
when the object is serialized?
The order that is checked for supporting collection
interfaces is:
- IDictionary<TKey, TValue>
- IDictionary
- IList<T>
- ICollection<T>
- IList
- IEnumerable<T>
- ICollection
- Enumerable
Comments
- Anonymous
May 30, 2009
Interesting Finds: May 30, 2009