Click or drag to resize

SingleSelectableListNodeListSetItem Method

Replaces the element at the specified index.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void SetItem(
	int index,
	SelectableListNodeWithParent item
)

Parameters

index  Int32
The zero-based index of the element to replace.
item  SelectableListNodeWithParent
The new value for the element at the specified index.
See Also