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#
public abstract Type ReturnedClass { get; }
Visual Basic
Public MustOverride ReadOnly Property ReturnedClass As Type
	Get
Visual C++
public:
virtual property Type^ ReturnedClass {
	Type^ get () abstract;
}

Field Value

The Type from the .NET framework.

Implements

IType..::..ReturnedClass

Remarks

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

See Also