RenameableItemListTSetElement Method |
Replaces the item at the specified index.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override T SetElement(
int i,
T item
)
Parameters
- i Int32
- The zero-based item index.
- item T
- The replacement item.
Return Value
TThe item previously stored at the specified index.
See Also