[]
        
(Showing Draft Content)

C1.Data.DataSource.DependencyObjectCollection-1.SetItem

SetItem Method

SetItem(int, T)

Replaces the element at the specified index.

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

The zero-based index of the element to replace.

T item

The new value for the element at the specified index.

Overrides