Gets the value indicating if this IType is mutable.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public override sealed bool IsMutable { get; } |
Visual Basic |
---|
Public Overrides NotOverridable ReadOnly Property IsMutable As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsMutable { bool get () override sealed; } |
Field Value
true - a MutableType is mutable.Implements
IType..::..IsMutableRemarks
This has been "sealed" because any subclasses are expected to be mutable. If
the type is immutable then they should inherit from ImmutableType.