Search
ObservableCollection(T).SetItem Method
See Also
 






Collection<T>.SetItem override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void SetItem (
    int index,
    T item
)

Visual Basic  Copy Code

Protected Overrides Sub SetItem( _
    index As Integer, _
    item As T _
)

 Parameters

index

The zero-based index of the element to replace.

item

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

 See Also