[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.CanReplaceRange

CanReplaceRange Method

CanReplaceRange(int, IEnumerable<S>)

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

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

The items to be replaced.

Returns
Type Description
bool
Overrides