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

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

Syntax

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

Parameters

enclosingInstance
Type: NHibernate.Collection..::..PersistentMap

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

index
Type: System..::..Object

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

old
Type: System..::..Object

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

See Also