Mister Mister

Mister Mister

  • NA
  • 1
  • 5.3k

The type or namespace name 'ISet' could not be found

Aug 13 2010 10:40 AM
Hi all. I want to use ISet<> in System.Collections.Generic namespace. I try to declare "using System.Collections.Generic" but it didn't work, although i can use IList<> and some interface or class in this namespace. So, how can i use ISet<>? (to mapping in NHibernate mapping)

P/S: I'm using .NET 3.5 SP1 and VS 2k8 Professional

Thanks