[]
        
(Showing Draft Content)

C1.C1Schedule.BaseList-1.SetItem

SetItem Method

SetItem(int, T)

Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection.

Declaration
protected override void SetItem(int index, T item)
Parameters
Type Name Description
int index

The zero-based index of the item.

T item

The object to set.

Overrides