TListAdapter<T>.DeleteRange(Integer,Integer) Method

Represents method DeleteRange(Integer,Integer).

Namespace: Spring.Collections.Adapters
private
 procedure DeleteRange(index, count: Integer);

Parameters

index
Type: Integer

count
Type: Integer

Implements

IList.DeleteRange(Integer,Integer)