Click or drag to resize
DigitalRuneNotifyingCollectionTRemoveRange Method

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public void RemoveRange(
	int index,
	int count
)

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.
Exceptions
See Also