Removes the entities at the specified index of the managed collection.

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

Syntax

C#
public void RemoveRangeAt(
	int index,
	int count
)
Visual Basic (Declaration)
Public Sub RemoveRangeAt ( _
	index As Integer, _
	count As Integer _
)

Parameters

index
Type: System..::.Int32
The zero-based index of the entities to remove.
count
Type: System..::.Int32
The number of entities to remove.

See Also