Initializes a new instance of the WeakRefWrapper class

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

Syntax

C#
public WeakRefWrapper(
	Object target
)
Visual Basic
Public Sub New ( _
	target As Object _
)
Visual C++
public:
WeakRefWrapper(
	Object^ target
)

Parameters

target
Type: System..::..Object

[Missing <param name="target"/> documentation for "M:NHibernate.Util.WeakRefWrapper.#ctor(System.Object)"]

See Also