[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.CanInsertRange

CanInsertRange Method

CanInsertRange(int, IEnumerable<S>)

Determines whether a new range of items can be inserted in the collection at the specified startingIndex.

Declaration
public override bool CanInsertRange(int index, IEnumerable<S> items)
Parameters
Type Name Description
int index
IEnumerable<S> items

The items to be inserted.

Returns
Type Description
bool
Overrides