Namespace:  NHibernate.UserTypes
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Interface IUserCollectionType
C#
public interface IUserCollectionType
Visual C++
public interface class IUserCollectionType
JavaScript
NHibernate.UserTypes.IUserCollectionType = function();
NHibernate.UserTypes.IUserCollectionType.createInterface('NHibernate.UserTypes.IUserCollectionType');

See Also