The type returned by NullSafeGet()

Namespace: NHibernate.UserTypes
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
Type ReturnedType { get; }
Visual Basic
ReadOnly Property ReturnedType As Type
	Get
Visual C++
property Type^ ReturnedType {
	Type^ get ();
}

See Also