Inserts a node to the collection at the specified index and sets it as owned by this NodeCollection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
| C# |
|---|
protected override void InsertItem( int index, Entity entity ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub InsertItem ( _ index As Integer, _ entity As Entity _ ) |
Parameters
- index
- Type: System..::.Int32
The zero-based index at which the node should be inserted.
- entity
- Type: DlhSoft.Windows.Data..::.Entity
The node to insert.