[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.CanInsert

CanInsert Method

CanInsert(int, S)

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

Declaration
public override bool CanInsert(int index, S item)
Parameters
Type Name Description
int index

The index where the items would be inserted.

S item

The item that would be inserted.

Returns
Type Description
bool
Overrides