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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property Types As IList
C#
protected IList Types { get; }
Visual C++
protected:
property IList^ Types {
	IList^ get ();
}
JavaScript
function get_types();

See Also