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

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

Syntax

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

See Also