Method SetItem
SetItem(Int32, Object)
Set the item at the specified index
Declaration
protected override void SetItem(int index, object item)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | Index of the element to be set |
| Object | item | Item to be set |
Overrides
System.Collections.ObjectModel.ObservableCollection<System.Object>.SetItem(System.Int32, System.Object)
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET 6.0 Windows | 100.13 - 100.15 |