OrderedDictionary2.Update

Update(int, TKey, TValue)

public void Update(int index, TKey newKey, TValue newValue)

See Also


Update(TKey, TKey, TValue)

public void Update(TKey oldKey, TKey newKey, TValue newValue)

See Also