I was talking about code in the NHibernate code base. I've been working on improving the SQL formatter. I ended up using the System.Collections.Generic.HashSet.
On Jul 22, 6:04 am, Fabio Maulo <[email protected]> wrote: > You can use ISet (NET4) and the CollectionTypeFactory for it (available in > nuget) > > On Thu, Jul 21, 2011 at 4:50 PM, Nathan Brown <[email protected]> wrote: > > Both types of sets are used in the NHibernate code base. I was > > wondering what the future direction of this is going to be? Which > > should be used for new development? > > > Thanks > > -- > Fabio Maulo
