[]
        
(Showing Draft Content)

C1.DataCollection.C1CursorDataCollection-2.CanReplace

CanReplace Method

CanReplace(int, T)

Determines whether the item at the specified index can be replaced in the collection.

Declaration
public virtual bool CanReplace(int index, T item)
Parameters
Type Name Description
int index

The index of the item that would be replaced.

T item

The item that would be replaced.

Returns
Type Description
bool
Implements