Superclass of nullable immutable types.

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class ImmutableType _
	Inherits NullableType
C#
[SerializableAttribute]
public abstract class ImmutableType : NullableType
Visual C++
[SerializableAttribute]
public ref class ImmutableType abstract : public NullableType

Inheritance Hierarchy