[]
        
(Showing Draft Content)

C1.LiveLinq.Collections.IndexedCollection-1.SetItem

SetItem Method

SetItem(int, T)

Replaces the element at the specified ordinal position.

Declaration
protected override void SetItem(int ordinal, T newItem)
Parameters
Type Name Description
int ordinal

The zero-based ordinal of the element to replace.

T newItem

The new value for the element at the specified ordinal. The value can be null for reference types.

Overrides