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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property RootType As Type
C#
public Type RootType { get; }
Visual C++
public:
property Type^ RootType {
	Type^ get ();
}
JavaScript
function get_rootType();

See Also