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

Syntax

Visual Basic (Declaration)
Protected Function GetTypes As IType()
C#
protected IType[] GetTypes()
Visual C++
protected:
array<IType^>^ GetTypes()
JavaScript
function getTypes();

See Also