[Missing <summary> documentation for "P:NHibernate.Proxy.ILazyInitializer.Unwrap"]

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

Syntax

C#
bool Unwrap { get; set; }
Visual Basic
Property Unwrap As Boolean
	Get
	Set
Visual C++
property bool Unwrap {
	bool get ();
	void set (bool value);
}

See Also