Exemplo n.º 1
0
 /// <summary>
 /// Associates the given value with the given key.
 /// </summary>
 /// <param name="key">The multi-index key to associate the value with.</param>
 /// <param name="value">The value to add to the cube.</param>
 public void Add(Key key, UValue value)
 {
     ValueLookup.Add(key, value);
     addKeyLookup(key);
 }