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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PropertyTypes As IType()
C#
public IType[] PropertyTypes { get; }
Visual C++
public:
property array<IType^>^ PropertyTypes {
	array<IType^>^ get ();
}
JavaScript
function get_propertyTypes();

See Also