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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsMutable As Boolean
C#
public bool IsMutable { get; }
Visual C++
public:
property bool IsMutable {
	bool get ();
}
JavaScript
function get_isMutable();

See Also