EyeshotDisposableCollection<T>.RemoveRange Method

Removes a range of items from this collection.
Public Overrides Sub RemoveRange( _ 
ByVal index As Integer, _ 
ByVal count As Integer
)
This language is not supported or no code example is available.
public override void RemoveRange( 
int index
int count 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based starting index of the range of items to remove

count
int

The number of items to remove

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition