最終更新:2025-04-25 (金) 16:43:12 (20d)  

System.Collections.Concurrent.ConcurrentDictionary
Top / System.Collections.Concurrent.ConcurrentDictionary

同時に複数のスレッドからアクセスできる、スレッドセーフなキーと値のペアのコレクションを表します。

メソッド

  • ConcurrentDictionary.AddOrUpdate(TKey, Func<TKey, TValue>, Func<TKey, TValue, TValue>)
  • ConcurrentDictionary.AddOrUpdate(TKey, TValue, Func<TKey, TValue, TValue>)
  • ConcurrentDictionary.Clear?
  • ConcurrentDictionary.ContainsKey?
  • ConcurrentDictionary.Equals?(Object)
  • ConcurrentDictionary.Finalize?
  • ConcurrentDictionary.GetEnumerator?
  • ConcurrentDictionary.GetHashCode?
  • ConcurrentDictionary.GetOrAdd?(TKey, Func<TKey, TValue>)
  • ConcurrentDictionary.GetOrAdd?(TKey, TValue)
  • ConcurrentDictionary.GetType?
  • ConcurrentDictionary.MemberwiseClone?
  • ConcurrentDictionary.ToArray?
  • ConcurrentDictionary.ToString?
  • ConcurrentDictionary.TryAdd?
  • ConcurrentDictionary.TryGetValue?
  • ConcurrentDictionary.TryRemove?
  • ConcurrentDictionary.TryUpdate?