Removes the entity at the specified index of the collection and sets it as not owned by this EntityCollection.

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

Syntax

C#
protected override void RemoveItem(
	int index
)
Visual Basic (Declaration)
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)

Parameters

index
Type: System..::.Int32
The zero-based index of the entity to remove.

See Also