InsertItem Method (BaseList<T>)
In This Topic
Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection.
Syntax
'Declaration
Protected Overrides Sub InsertItem( _
ByVal As Integer, _
ByVal As _
)
protected override void InsertItem(
int ,
)
Parameters
- index
- The zero-based index of the item to insert.
- item
- The object to insert.
See Also