[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.ObservableCollectionAdapter-2.SetItem

SetItem Method

SetItem(int, TTarget)

Replaces the element at the specified index.

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

The zero-based index of the element to replace.

TTarget item

The new value for the element at the specified index.

Overrides