I have class that wants an IList, but I have a Systems.Collection.IList, coming from an NHibernate quere.
IList
Systems.Collection.IList
I want to create a method th
Can't you achieve that NHibernate returns you an IList ? The ICriteria interface defines an List<T> method ...
List<T>