[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.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 virtual bool CanInsertRange(int startingIndex, IEnumerable<S> items)
Parameters
Type Name Description
int startingIndex

The index where the items would be inserted.

IEnumerable<S> items

The items to be inserted.

Returns
Type Description
bool
Implements