PartitionableListTSetItem Method |
Replaces the element at the specified index.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected override void SetItem(
int index,
T item
)
Parameters
- index Int32
- The zero-based index of the element to replace.
- item T
- The new value for the element at the specified index.
See Also