[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.Type"]

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Implements

IPropertyMapping..::..Type

See Also