[Missing <summary> documentation for "P:NHibernate.Mapping.ByCode.Impl.MapMapper.KeyType"]

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

Syntax

C#
public Type KeyType { get; private set; }
Visual Basic
Public Property KeyType As Type
	Get
	Private Set
Visual C++
public:
property Type^ KeyType {
	Type^ get ();
	private: void set (Type^ value);
}

See Also