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

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

Syntax

C#
public RemoveDelayedOperation(
	PersistentList enclosingInstance,
	int index,
	Object old
)
Visual Basic
Public Sub New ( _
	enclosingInstance As PersistentList, _
	index As Integer, _
	old As Object _
)
Visual C++
public:
RemoveDelayedOperation(
	PersistentList^ enclosingInstance, 
	int index, 
	Object^ old
)

Parameters

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

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

index
Type: System..::..Int32

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

old
Type: System..::..Object

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

See Also