Initializes a new instance of the PersistentList..::..SimpleAddDelayedOperation class

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

Syntax

C#
public SimpleAddDelayedOperation(
	PersistentList enclosingInstance,
	Object value
)
Visual Basic
Public Sub New ( _
	enclosingInstance As PersistentList, _
	value As Object _
)
Visual C++
public:
SimpleAddDelayedOperation(
	PersistentList^ enclosingInstance, 
	Object^ value
)

Parameters

enclosingInstance
Type: NHibernate.Collection..::..PersistentList

[Missing <param name="enclosingInstance"/> documentation for "M:NHibernate.Collection.PersistentList.SimpleAddDelayedOperation.#ctor(NHibernate.Collection.PersistentList,System.Object)"]

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:NHibernate.Collection.PersistentList.SimpleAddDelayedOperation.#ctor(NHibernate.Collection.PersistentList,System.Object)"]

See Also