When implemented by a class, gets the Type returned by the NullSafeGet() methods.

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

Syntax

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

Field Value

The Type from the .NET framework.

Remarks

This is used to establish the class of an array of this Itype

See Also