[Missing <summary> documentation for "P:NHibernate.Loader.Collection.CollectionLoader.KeyType"]

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

Syntax

C#
protected IType KeyType { get; }
Visual Basic
Protected ReadOnly Property KeyType As IType
	Get
Visual C++
protected:
property IType^ KeyType {
	IType^ get ();
}

See Also