[]
        
(Showing Draft Content)

C1.DataCollection.ISupportRangeEditing-1.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
bool CanInsertRange(int startingIndex, IEnumerable<in 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