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

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

Syntax

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

Implements

ICollectionMetadata..::..KeyType
ICollectionPersister..::..KeyType

See Also