[]
        
(Showing Draft Content)

C1.DataCollection.C1SelectDataCollection-2.CanInsertRange

CanInsertRange Method

CanInsertRange(int, IEnumerable<T>)

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

Declaration
public bool CanInsertRange(int startingIndex, IEnumerable<T> items)
Parameters
Type Name Description
int startingIndex

The index where the items would be inserted.

IEnumerable<T> items

The items to be inserted.

Returns
Type Description
bool
Implements