Method SetValue
SetValue(TIndex, TValue?)
Sets value for the specified index.
public void SetValue(TIndex index, TValue? value)
Parameters
index
TIndexIndex of value.
value
TValueNew value to set for the specified index.
Sets value for the specified index.
public void SetValue(TIndex index, TValue? value)
index
TIndexIndex of value.
value
TValueNew value to set for the specified index.