Пример #1
0
 /// <summary>
 /// Determines whether the store contains data for the specified key
 /// </summary>
 /// <param name="key">The object key</param>
 /// <returns>True if the key was found</returns>
 public bool ContainsKey(string key)
 {
     return(_store.ContainsKey(key));
 }