Click or drag to resize
DigitalRuneNamedObjectCollectionTSetItem Method
Replaces the item at the specified index with the specified item.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected override void SetItem(
	int index,
	T item
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to be replaced.
item
Type: T
The new item.
See Also