Method SetValues
SetValues(TValue, TKey[])
Sets the same value to all the items with the specified keys.
public void SetValues(TValue value, TKey[] keys)
Parameters
value
TValueValue to set.
keys
TKey[]Array of keys.
Sets the same value to all the items with the specified keys.
public void SetValues(TValue value, TKey[] keys)
value
TValueValue to set.
keys
TKey[]Array of keys.