Replaces the entity at the specified index.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
protected override void SetItem(
	int index,
	Entity entity
)
Visual Basic (Declaration)
Protected Overrides Sub SetItem ( _
	index As Integer, _
	entity As Entity _
)

Parameters

index
Type: System..::.Int32
The zero-based index of the entity to replace.
entity
Type: DlhSoft.Windows.Data..::.Entity
The new value for the entity at the specified index.

See Also