Search
ObservableCollection(T).SetItem Method
See Also
 





Collection<T>.SetItem override.

Namespace: MindFusion.Diagramming
Package: 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 (Nothing in Visual Basic) for reference types.

 See Also