Commits a pending new item to the collection.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void EndNew(
int itemIndex
) |
Visual Basic |
---|
Public Sub EndNew (
itemIndex As Integer
) |
Visual C++ |
---|
public:
virtual void EndNew(
int itemIndex
) sealed |
F# |
---|
abstract EndNew :
itemIndex : int -> unit
override EndNew :
itemIndex : int -> unit |
Parameters
- itemIndex
- Type: System..::..Int32
The index of the item that was previously added to the collection.
Implements
ICancelAddNew..::..EndNew(Int32)See Also