Click or drag to resize
ObservableCollectionTSetItem Method
Replaces the element at the given position with the element given as a parameter.

Namespace: System.Collections.ObjectModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
protected override void SetItem(
	int index,
	T item
)

Parameters

index
Type: SystemInt32
The index of the element that must be replaced.
item
Type: T
The element with which to replace the former element.
See Also