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