Set the value at the specified index position.

Declaration Syntax
public virtual void SetValueAt(
int index,
T value
)
Public Overridable Sub SetValueAt ( _
index As Integer, _
value As T _
)

Parameters
- index (Int32)
- The index position. Must be less than Count.
- value (T)
- The value
Assembly:
Common.Data (Module: Common.Data) Version: 2.0.2972.36983