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

Syntax

Visual Basic (Declaration)
Public Function GetElementType ( _
	factory As ISessionFactoryImplementor _
) As IType
C#
public IType GetElementType(
	ISessionFactoryImplementor factory
)
Visual C++
public:
IType^ GetElementType(
	ISessionFactoryImplementor^ factory
)
JavaScript
function getElementType(factory);

See Also