Click or drag to resize
Wizard .NET Library

EventedListTRemoveRange Method

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void RemoveRange(
	int index,
	int count
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based starting index of the range of elements to remove.
count
Type: SystemInt32
The number of elements to remove.
See Also