[]
        
(Showing Draft Content)

C1.DataCollection.ISupportEditing-1.CanInsert

CanInsert Method

CanInsert(int, T)

Determines whether a new item can be inserted in the collection at the specified index.

Declaration
bool CanInsert(int index, T item)
Parameters
Type Name Description
int index

The index where the items would be inserted.

T item

The item that would be inserted.

Returns
Type Description
bool