Abstract type used for implementing NHibernate ITypes for the Nullables library.

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class NullableTypesType _
	Inherits ImmutableType
C#
public abstract class NullableTypesType : ImmutableType
Visual C++
public ref class NullableTypesType abstract : public ImmutableType

Inheritance Hierarchy