[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.CanRemoveRange

CanRemoveRange Method

CanRemoveRange(int, int)

Determines whether a range of items at the specified startingIndex can be removed from the collection.

Declaration
public override bool CanRemoveRange(int index, int count)
Parameters
Type Name Description
int index
int count

The number of items to be removed.

Returns
Type Description
bool
Overrides