>The generic IList add IndexOf(9, RemoveAt(), Insert() and Item[] >compared to ICollection<>. All of those deal with index, and if you >really need any of those, it should probably be mapped as a <list> >instead of set or bag.
.... and of those the only useful one I regularly come across is IndexOf(), which has a Linq equivalent of ElementAt()..... -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
