InsertItems(int, TItem[])
Inserts elements into the underlying collection at the specified index.
Declaration
protected override void InsertItems(int index, TItem[] collection)
Parameters
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which |
TItem[] | collection | The list of objects to insert. The values in the list can be |
Overrides
Remarks
note
This method does not cause the advices to be executed. It should be invoked only from inside the scope of
the ExecuteWithAdvices
method.