Initializes a new instance of the PersistentList..::..AddDelayedOperation class
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public AddDelayedOperation( PersistentList enclosingInstance, int index, Object value ) |
Visual Basic |
---|
Public Sub New ( _ enclosingInstance As PersistentList, _ index As Integer, _ value As Object _ ) |
Visual C++ |
---|
public: AddDelayedOperation( PersistentList^ enclosingInstance, int index, Object^ value ) |
Parameters
- enclosingInstance
- Type: NHibernate.Collection..::..PersistentList
[Missing <param name="enclosingInstance"/> documentation for "M:NHibernate.Collection.PersistentList.AddDelayedOperation.#ctor(NHibernate.Collection.PersistentList,System.Int32,System.Object)"]
- index
- Type: System..::..Int32
[Missing <param name="index"/> documentation for "M:NHibernate.Collection.PersistentList.AddDelayedOperation.#ctor(NHibernate.Collection.PersistentList,System.Int32,System.Object)"]
- value
- Type: System..::..Object
[Missing <param name="value"/> documentation for "M:NHibernate.Collection.PersistentList.AddDelayedOperation.#ctor(NHibernate.Collection.PersistentList,System.Int32,System.Object)"]