[]
        
(Showing Draft Content)

C1.DataCollection.ISupportRangeEditing-1.CanReplaceRange

CanReplaceRange Method

CanReplaceRange(int, IEnumerable<T>)

Determines whether the items starting at the specified startingIndex can be replaced in the collection.

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

The starting index of the item that would be replaced.

IEnumerable<T> items

The items to be replaced.

Returns
Type Description
bool