[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.CanReplaceRange

CanReplaceRange Method

CanReplaceRange(int, IEnumerable<S>)

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

Declaration
public virtual bool CanReplaceRange(int startingIndex, IEnumerable<S> items)
Parameters
Type Name Description
int startingIndex

The starting index of the item that would be replaced.

IEnumerable<S> items

The items to be replaced.

Returns
Type Description
bool
Implements