TrackingBindingListTEntitySetItem Method

Replaces the item at the specified index with the specified item.

Definition

Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected override void SetItem(
	int index,
	TEntity item
)

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.

Exceptions

ArgumentOutOfRangeExceptionindex is less than zero. -or- index is greater than Count.

See Also