[Missing <summary> documentation for "P:NHibernate.Mapping.ToOne.Type"]

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

Syntax

C#
public abstract IType Type { get; }
Visual Basic
Public MustOverride ReadOnly Property Type As IType
	Get
Visual C++
public:
virtual property IType^ Type {
	IType^ get () abstract override;
}

Implements

IValue..::..Type

See Also