[Missing <summary> documentation for "P:NHibernate.Proxy.DynamicProxy.ProxyCacheEntry.BaseType"]

Namespace: NHibernate.Proxy.DynamicProxy
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also