Method InsertItem
InsertItem(Int32, Object)
Insert the item at the specified index.
Declaration
protected override void InsertItem(int index, object item)
Parameters
Type | Name | Description |
---|---|---|
System. |
index | Index at which item should be inserted |
Object | item | Item to be inserted |
Overrides
System.Collections.ObjectModel.ObservableCollection<System.Object>.InsertItem(System.Int32, System.Object)
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |