Is this class explicit polymorphism only?

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsExplicitPolymorphism As Boolean
C#
bool IsExplicitPolymorphism { get; }
Visual C++
property bool IsExplicitPolymorphism {
	bool get ();
}
JavaScript
function get_isExplicitPolymorphism();

See Also