How does one create a mapping file for a generic class in NHibernate. Say I have a class Foo How would it look in the mapping document? class name="mydll.Foo ???? , mydll" ...
I know if it was a Foo it would be: class name="mydll.Foo`1[[mydll.Fee, mydll]], mydll"
Would it be something like: class name="mydll.Foo`1[[mydll.Fee, mydll],[mydll.Fi, mydll]], mydll" (I tried this, but it didn't work.