TrackingBindingListTEntitySetItem Method
Replaces the item at the specified index with the specified item.
Namespace: EWSoftware.EntityFrameworkAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected override void SetItem(
int index,
TEntity item
)
Protected Overrides Sub SetItem (
index As Integer,
item As TEntity
)
protected:
virtual void SetItem(
int index,
TEntity item
) override
abstract SetItem :
index : int *
item : 'TEntity -> unit
override SetItem :
index : int *
item : 'TEntity -> unit
Parameters
- index Int32
- The zero-based index of the item to replace.
- item TEntity
- The new value for the item at the specified index. The value can be for reference types.