Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PutDelayedOperation( PersistentMap enclosingInstance, Object index, Object value, Object old ) |
Visual Basic |
---|
Public Sub New ( _ enclosingInstance As PersistentMap, _ index As Object, _ value As Object, _ old As Object _ ) |
Visual C++ |
---|
public: PutDelayedOperation( PersistentMap^ enclosingInstance, Object^ index, Object^ value, Object^ old ) |
Parameters
- enclosingInstance
- Type: NHibernate.Collection..::..PersistentMap
[Missing <param name="enclosingInstance"/> documentation for "M:NHibernate.Collection.PersistentMap.PutDelayedOperation.#ctor(NHibernate.Collection.PersistentMap,System.Object,System.Object,System.Object)"]
- index
- Type: System..::..Object
[Missing <param name="index"/> documentation for "M:NHibernate.Collection.PersistentMap.PutDelayedOperation.#ctor(NHibernate.Collection.PersistentMap,System.Object,System.Object,System.Object)"]
- value
- Type: System..::..Object
[Missing <param name="value"/> documentation for "M:NHibernate.Collection.PersistentMap.PutDelayedOperation.#ctor(NHibernate.Collection.PersistentMap,System.Object,System.Object,System.Object)"]
- old
- Type: System..::..Object
[Missing <param name="old"/> documentation for "M:NHibernate.Collection.PersistentMap.PutDelayedOperation.#ctor(NHibernate.Collection.PersistentMap,System.Object,System.Object,System.Object)"]