Exemplo n.º 1
0
 /// <summary>
 /// Determines whether a value has been associated with a key.
 /// </summary>
 /// <param name="key">The key to check for.</param>
 /// <returns>True if the key has already been associated with a value; otherwise, false.</returns>
 public bool ContainsKey(Key key)
 {
     return(ValueLookup.ContainsKey(key));
 }