Click or drag to resize

RenameableItemListTSetElement Method

Replaces the item at the specified index.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override T SetElement(
	int i,
	T item
)

Parameters

i  Int32
The zero-based item index.
item  T
The replacement item.

Return Value

T
The item previously stored at the specified index.
See Also